diff options
| author | Liya Du <[email protected]> | 2022-11-15 21:03:32 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-15 21:03:32 -0800 |
| commit | 60a6524c16c1357e14e99c8b1f72029d38cf69a1 (patch) | |
| tree | c0719cf603e98e66fd6b232ebaed65a11590bd74 | |
| parent | 232e89f35b3714d735e3d44c33c0cf419de74504 (diff) | |
Update issue templates
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 35 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 20 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/hardware-or-architecture-support.md | 19 |
3 files changed, 74 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..8dc87bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help us improve Azure RTOS. +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +Please also mention any information which could help others to understand +the problem you're facing: +- What target device are you using? +- Which version of Azure RTOS? +- What toolchain and environment? +- What have you tried to diagnose or workaround this issue? + +**To Reproduce** +Steps to reproduce the behavior: +1. Build my project in IAR Workbench. +1. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Impact** +What impact does this issue have on your progress (e.g., annoyance, showstopper) + +**Logs and console output** +If applicable, add console logs or other types of debug information like Wireshark capture as `.zip` file. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..0221c22 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea or enhancement to existing feature for Azure RTOS. +title: '' +labels: feature +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/hardware-or-architecture-support.md b/.github/ISSUE_TEMPLATE/hardware-or-architecture-support.md new file mode 100644 index 0000000..8ecbd34 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/hardware-or-architecture-support.md @@ -0,0 +1,19 @@ +--- +name: Hardware or architecture support +about: Suggest adding hardware or new architecture support. +title: '' +labels: hardware +assignees: '' + +--- + +**Is this request related to a particular hardware platform, SoC, board? Please describe.** +Describe in details the hardware support being requested and why this support benefits Azure RTOS. + +**Describe why you are asking for this support?** +Describe why you are asking for this support. + +If this is a new board or SoC, please state whether you are willing to maintain the Azure RTOS support together with you. + +**Additional context** +Add any other context or graphics (drag-and-drop an image) about the hardware here. |
