diff options
author | 2018-10-08 11:46:28 +0200 | |
---|---|---|
committer | 2018-10-08 11:46:28 +0200 | |
commit | f25c71c87e37bae08c14da33ffced6159b10758a (patch) | |
tree | 65b8ccec758c946cc628f730e66453df5ec4c690 | |
parent | Add Hacktoberfest user stats cog (#7) (diff) | |
parent | :memo: Improved grammar and replaced numbered items. (diff) |
Merge pull request #19 from danieldeveloper001/feature/github_templates
feature/github_templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report-template.md | 29 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 24 |
2 files changed, 53 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report-template.md b/.github/ISSUE_TEMPLATE/bug-report-template.md new file mode 100644 index 00000000..6c03fc5a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-template.md @@ -0,0 +1,29 @@ +--- +name: Bug Report Template +about: A simple bug report template. + +--- + +## Description + +[provide a simple description of the bug] + +## Steps to Reproduce + +- [replace with a description of a step to reproduce the issue] +- [replace with a description of a step to reproduce the issue] +- [replace with a description of a step to reproduce the issue] + +## Expected Behavior +The expected behaviour is [provide a detailed description and, if necessary, screenshots]. + +## Actual Behavior +The actual behaviour is [provide a detailed description and, if necessary, screenshots]. + +## Environment +- Device Type: (e.g.: Desktop or Mobile) +- Operating System: (e.g.: Microsoft Windows or Ubuntu Linux) + - Version: (e.g.: 10 or 18.04) + +## Other +[provide any additional details that can be helpful] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..f0d1d9c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: A simple feature request template. + +--- + +## Description + +[provide a simple description of the feature request] + +## Reason + +- [replace with a reason] +- [replace with a reason] +- [replace with a reason] + +## Required Changes + +- [replace with a change] +- [replace with a change] +- [replace with a change] + +## Other +[provide any additional details that can be helpful] |