From 8bee7fd31a8d868fb94bc40257e7ed7ebb625d13 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 19 Sep 2020 10:17:55 -0600 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++ 2 files changed, 50 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 00000000..91f99583 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Help improve ENiGMA½! +title: '' +labels: '' +assignees: '' + +--- + +**Describe the Bug** +A clear and concise description of what the :bug: bug is. + +**To Reproduce** +Any relevant steps to reproduce the behavior: + +**Expected Behavior** +A clear and concise description of what you expected to happen. + +**Actual Behavior** + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment** +* [ ] I am using Node.js v12.x LTS or higher +* [ ] `npm install` or `yarn` reports success +* Actual Node.js version (`node --version`): +* Operating system (`uname -a` on *nix systems): +* Revision (`git rev-parse --short HEAD`): +* Any additional relevant information about your setup diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..011200ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. Links to relevant specs such as FTN or documentation are appreciated if relevant.