From f9c31f4017b6a4d1279dfe5413674eab9822539d Mon Sep 17 00:00:00 2001 From: Romain J Date: Sun, 24 May 2020 01:18:05 +0200 Subject: [PATCH] feat(doc): add github issue template --- .github/issue_template.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..26ec935 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Launch bot +3. Type command '...' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. Debian] + - Python Version [e.g. 3.7.4] + +**Additional context** +Add any other context about the problem here. \ No newline at end of file