Browse Source

Add template

pull/196/head
Apparatus_Zero 4 years ago committed by GitHub
parent
commit
b9c2d37346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 30
      .github/ISSUE_TEMPLATE/bug_report.md

30
.github/ISSUE_TEMPLATE/bug_report.md

@ -1,12 +1,21 @@
--- ---
name: Bug report name: Bug report
about: Create a report to help us improve about: Form to report ExplorerPatcher bugs.
title: '' title: "[BUG] "
labels: '' labels: bug
assignees: '' assignees: ''
--- ---
<details><summary>To-do before reporting</summary>
- [ ] 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.
<!-- * Replace the 'space' between the parentheses([ ]) with an 'x' to mark it as done. -->
</details>
**Describe the bug** **Describe the bug**
A clear and concise description of what the bug is. 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** **Screenshots**
If applicable, add screenshots to help explain your problem. If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):** **Environment**
- OS: [e.g. iOS] - Windows Version: [e.g. Windows 11 Home 22000.282]
- Browser [e.g. chrome, safari] - ExplorerPatcher Version: [e.g. 22000.258.30.6]
- Version [e.g. 22] - StartAllBack Version(if used):
- Other Software(Potentially related): [e.g. antimalware etc.]
**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]
**Additional context** **Additional context**
Add any other context about the problem here. Add any other context about the problem here.

Loading…
Cancel
Save