]> begriffs open source - freertos/blob - .github/ISSUE_TEMPLATE/bug-report.md
FreeRTOS MPU: Remove MPU region number check (#1261)
[freertos] / .github / ISSUE_TEMPLATE / bug-report.md
1 ---
2 name: Bug report
3 about: Create a report to help us improve FreeRTOS. This should only be used for confirmed
4   bugs. If you suspect something it is best to first discuss it on the FreeRTOS community
5   support forums linked below.
6 title: "[BUG]"
7 labels: bug
8 assignees: ''
9
10 ---
11
12 **Describe the bug**
13 A concise description of what the bug is.
14
15 **Target**
16 - Development board: [e.g. HiFive11 RevB]
17 - Instruction Set Architecture: [e.g. RV32IMAC]
18 - IDE and version: [e.g. Freedom Studio 4.12.0.2019-08-2]
19 - Toolchain and version: [e.g. riscv64-unknown-elf-gcc-8.3.0-2019.08.0]
20
21 **Host**
22 - Host OS: [e.g. MacOS]
23 - Version: [e.g. Mojave 10.14.6]
24
25 **To Reproduce**
26 - Use project ... and configure with ...
27 - Run on ... and could observe ...
28
29 **Expected behavior**
30 A concise description of what you expected to happen.
31
32 **Screenshots**
33 If applicable, add screenshots to help explain your problem.
34
35 **Additional context**
36 Add any other context about the problem here.
37 e.g. code snippet to reproduce the issue.
38 e.g. stack trace, memory dump, debugger log, and many etc.
39
40 <!-- For general inquiries, please post in [FreeRTOS forum](https://forums.FreeRTOS.org) for community support. -->