From b9c2d3734671c7eda0329824c14dd90b13cb00bb Mon Sep 17 00:00:00 2001 From: Apparatus_Zero <29201475+BraINstinct0@users.noreply.github.com> Date: Sun, 24 Oct 2021 19:13:16 +0900 Subject: [PATCH] Add template --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++------------ 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..a1e034b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,12 +1,21 @@ --- name: Bug report -about: Create a report to help us improve -title: '' -labels: '' +about: Form to report ExplorerPatcher bugs. +title: "[BUG] " +labels: bug assignees: '' --- +
To-do before reporting + +- [ ] I have checked that no duplicate reports are in [Issues](https://github.com/valinet/ExplorerPatcher/issues?q=is%3Aissue+is%3Aclosed). +- [ ] I have checked that the bug is related to ExplorerPatcher. +- [ ] I have provided details enough to reproduce the bug, or at least specify the situation. + + +
+ **Describe the bug** A clear and concise description of what the bug is. @@ -23,16 +32,11 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +**Environment** + - Windows Version: [e.g. Windows 11 Home 22000.282] + - ExplorerPatcher Version: [e.g. 22000.258.30.6] + - StartAllBack Version(if used): + - Other Software(Potentially related): [e.g. antimalware etc.] **Additional context** Add any other context about the problem here.