diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 28 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 14 |
2 files changed, 42 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..76c9c21 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] " +labels: bug +assignees: '' + +--- + +<!-- +******************************************************************* +* Before you begin check if the bug has already been reported. * +******************************************************************* +--> + +<!-- Provide a clear and concise description of what the bug is. --> +**Description of the bug:** + +<!-- Steps to reproduce the behavior --> +**Steps to Reproduce:** +1. +2. + +<!-- A clear and concise description of what you expected to happen. --> +**Expected behavior:** + +<!-- Add screenshots, error codes, etc. --> +**Attachments:** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..3418c1f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE] " +labels: enhancement +assignees: '' + +--- + +<!-- +************************************************************************ +* Before you begin check if the feature has already been requested. * +************************************************************************ +--> |