From fcea720fb2f58066bb0c5dc54bbc4933742977b0 Mon Sep 17 00:00:00 2001 From: irongut Date: Wed, 14 Apr 2021 03:18:13 +0100 Subject: [PATCH] added issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 33 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 21 +++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..ab6b26c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,33 @@ +--- +name: Bug Report +about: Please report any bugs here. +title: '' +labels: bug +assignees: irongut + +--- + +## Bug Report + +Provide a short description of the bug with any error message. + +### Stack Trace +```c# +Add​ ​a​ ​stack​ ​trace​ ​if​ ​available​. +``` + +### To Reproduce +Steps to reproduce the behavior: +1. Go to '...' +2. Scroll down to '....' +3. Click on '....' +4. See error + +### Expected Behavior +A clear and concise description of what you expected to happen. + +### Additional Context +Add any other context about the problem here. + +### Linked To +List any issues linked to this bug. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..be7908b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,21 @@ +--- +name: Feature Request +about: Please suggest new or improved features here. +title: '' +labels: enhancement +assignees: irongut + +--- + +## Feature Request + +Provide a short description of the problem you are trying to solve or feature you would like to see. + +### Expected Behaviour +Provide a detailed description of how the feature should work. + +### Additional Context +Add any other context about the feature here. + +### Linked To +List any issues linked to this feature request.