From 3ed4f9afe65f1bf93aed28ebf3d2c3e9ccf72f0a Mon Sep 17 00:00:00 2001 From: StackZ <47382115+SuperSaiyajinStackZ@users.noreply.github.com> Date: Tue, 31 Dec 2019 03:01:28 +0100 Subject: [PATCH] Add Feature Request & Bug report template. --- .github/ISSUE_TEMPLATE/bug_report.md | 54 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++ 2 files changed, 74 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..890061d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,54 @@ +--- +name: Bug report +about: Report a bug to help improve Universal-Updater +title: "[Bug Report] " +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Console/Version (please complete the following information):** + + Console : + + - [ ] 3DS + - [ ] 3DS XL + - [ ] 2DS + - [ ] New 3DS + - [ ] New 3DS XL + - [ ] New 2DS XL + + Luma & System version: + +Luma 3DS version [example: v10.0.1] +System version & Region [example: v11.13.0-45E] + + +**Universal-Updater (please complete the following information):** + - [ ] Release + +If Release -> version [example: v2.2.0] + + - [ ] Nightly + +If Nightly -> Commit hash [example: a10b9da] + + How do you launch it: + + - [ ] cia + - [ ] 3dsx + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..b55b5ec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for Universal-Updater. +title: "[Feature Request]" +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Example: 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.