Skip to content

Commit

Permalink
doc(github): update issue template
Browse files Browse the repository at this point in the history
Signed-off-by: Zone.N <[email protected]>
  • Loading branch information
MRNIU committed Jan 14, 2022
1 parent 58ecea9 commit 7b2ad18
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
title: "[BUG]"
labels: bug
assignees: ''

Expand All @@ -23,11 +23,12 @@ 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):**
**Env (please complete the following information):**
- OS: [e.g. MacOS 10.14.2]
- Compile tools: [e.g. i386-elf-gcc i386-elf-ld]
- Emulator: [e.g. Bochs 2.6.9]
- Branch: [e.g. TODO]
- Any modifications to tools/env.sh:

**Additional context**
Add any other context about the problem here.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Help
about: any questions
title: "[HELP]"
labels: help wanted
assignees: ''

---

**Env (please complete the following information):**
- OS: [e.g. MacOS 10.14.2]
- Compile tools: [e.g. i386-elf-gcc i386-elf-ld]
- Emulator: [e.g. Bochs 2.6.9]
- Branch: [e.g. TODO]
- Any modifications to tools/env.sh:

**Describe your question**
A clear and concise description of what the question is.

**Additional context**
Add any other context about the problem here.

0 comments on commit 7b2ad18

Please sign in to comment.