diff options
| author | Jokler <jokler@protonmail.com> | 2020-01-27 19:53:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-27 19:53:22 +0100 |
| commit | c12b29977ea977190bfdc2807db58f6270dfaa18 (patch) | |
| tree | 2ec622ee8cf57f65ed836729b5931dcbbea1ba6b /.github/ISSUE_TEMPLATE/bug_report.md | |
| parent | 97f69e402d6cde8d6b755207c2a0bb28a870aa55 (diff) | |
| download | pokebot-c12b29977ea977190bfdc2807db58f6270dfaa18.tar.gz pokebot-c12b29977ea977190bfdc2807db58f6270dfaa18.zip | |
Add issue templates (#21)
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 20 |
1 files changed, 20 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..5600dab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Additional context** +Add any other context about the problem here. |
