Skip to content

Commit 04e5745

Browse files
committed
Update issue templates
1 parent 53e4a49 commit 04e5745

File tree

6 files changed

+66
-64
lines changed

6 files changed

+66
-64
lines changed

.github/ISSUE_TEMPLATE/blank_issue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22
name: Blank Issue
33
about: Create a blank issue.
44
title: ''
5+
labels: ''
6+
assignees: ''
7+
58
---
9+
10+

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: 'Add a placeholder for issue title. ex: [BUG]'
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Is it a security vulnerability?**
11+
If it results in a crash or hang, please report it through [a security advisor](https://github.com/bytecodealliance/wasm-micro-runtime/security/advisories) and allow the maintainer to make a decision. Thank you.
12+
13+
**Describe the bug**
14+
A clear and concise description of what the bug is.
15+
16+
**Version**
17+
Information like tags, release version, commits.
18+
19+
**To Reproduce**
20+
Steps to reproduce the behavior:
21+
1. Compile iwasm with flags like '...'
22+
2. (Optional) Compile wamrc with flags like '....'
23+
3. (Optional) Run wamrc with CLI options like '...' to generate .aot
24+
4. Run iwasm with CLI options like '...'
25+
5. See error
26+
27+
**Expected behavior**
28+
A clear and concise description of what you expected to happen.
29+
30+
**Actual Result**
31+
What you've got.
32+
33+
**Desktop (please complete the following information):**
34+
- Arch [e.g. x86_64, arm64, 32bit]
35+
- Board [e.g. STM32F407]
36+
- OS [e.g. Linux, Windows, macOS, FreeRTOS]
37+
- Version [e.g. 22]
38+
39+
**Additional context**
40+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: 'Add a placeholder for issue title. ex: [RFC]'
5+
labels: help wanted
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/improvement.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/report_bug.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)