Skip to content

Commit aea1a3d

Browse files
authored
Update issue templates
1 parent ee89250 commit aea1a3d

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve Azure RTOS
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
Please also mention any information which could help others to understand
14+
the problem you're facing:
15+
- What target device are you using?
16+
- Which version of Azure RTOS?
17+
- What toolchain and environment?
18+
- What have you tried to diagnose or workaround this issue?
19+
20+
**To Reproduce**
21+
Steps to reproduce the behavior:
22+
1. Build my project in IAR Workbench.
23+
1. See error
24+
25+
**Expected behavior**
26+
A clear and concise description of what you expected to happen.
27+
28+
**Impact**
29+
What impact does this issue have on your progress (e.g., annoyance, showstopper)
30+
31+
**Logs and console output**
32+
If applicable, add console logs or other types of debug information like Wireshark capture as `.zip` file.
33+
34+
**Additional context**
35+
Add any other context about the problem here.
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 or enhancement to existing feature for Azure RTOS.
4+
title: ''
5+
labels: feature
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.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Hardware or architecture support
3+
about: Suggest adding hardware or new architecture support.
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is this request related to a particular hardware platform, SoC, board? Please describe.**
11+
Describe in details the hardware support being requested and why this support benefits Azure RTOS.
12+
13+
**Describe why you are asking for this support?**
14+
Describe why you are asking for this support.
15+
16+
If this is a new board or SoC, please state whether you are willing to maintain the Azure RTOT support together with you.
17+
18+
**Additional context**
19+
Add any other context or graphics (drag-and-drop an image) about the hardware here.

0 commit comments

Comments
 (0)