diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3a2e766 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | --- | ||
| 2 | name: Bug report | ||
| 3 | about: Create a bug report | ||
| 4 | title: '' | ||
| 5 | labels: bug | ||
| 6 | assignees: '' | ||
| 7 | |||
| 8 | --- | ||
| 9 | |||
| 10 | **Describe the bug** | ||
| 11 | A clear and concise description of what the bug is. | ||
| 12 | |||
| 13 | **To Reproduce** | ||
| 14 | Steps to reproduce the behavior: | ||
| 15 | |||
| 16 | **Expected behavior** | ||
| 17 | A clear and concise description of what you expected to happen. | ||