diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..269643f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +Hello Collaborators, + +**Describe the bug** +A short description of what you think the bug is. + +**Software** + - OS: + - Golang: + - Version: + +**To Reproduce** +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected** +A short description of what you expected to happen. + +**Additional context** +Add any other context about the problem here.