diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 14 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 5 |
2 files changed, 11 insertions, 8 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 76c9c21..9096d14 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,28 +1,32 @@ --- name: Bug report about: Create a report to help us improve -title: "[BUG] " +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. + +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 index 3418c1f..e5ecf06 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,13 +1,12 @@ --- name: Feature request about: Suggest an idea for this project -title: "[FEATURE] " +title: '[FEATURE] ' labels: enhancement assignees: '' - --- -<!-- +<!-- ************************************************************************ * Before you begin check if the feature has already been requested. * ************************************************************************ |