From 8c8c951428489b338dce2d911ac58baf8a4b797c Mon Sep 17 00:00:00 2001 From: Obiagba Mary Ifeoma Date: Sun, 9 May 2021 10:27:59 +0100 Subject: [PATCH] Create bug template --- .github/ISSUE_TEMPLATE/report-a-bug.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/report-a-bug.md diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md new file mode 100644 index 0000000..f77378f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -0,0 +1,26 @@ +--- +name: Report a bug +about: Found a bug? Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Run this command '....' +3. See error etc. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.