Update issue templates
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: "[Bug]"
|
title: ''
|
||||||
labels: Bug
|
labels: Bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: "[Feature]"
|
title: ''
|
||||||
labels: Feature
|
labels: Feature
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
|
17
.github/ISSUE_TEMPLATE/porting.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/porting.md
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
name: Porting
|
||||||
|
about: Adding a new port for this project
|
||||||
|
title: ''
|
||||||
|
labels: Porting
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
** Porting layer **
|
||||||
|
- [ ] Device Controller Driver (DCD)
|
||||||
|
- [ ] Host Controller Driver (HCD)
|
||||||
|
- [ ] Board Supported Package (BSP)
|
||||||
|
- [ ] OS Abstraction Layer (OSAL)
|
||||||
|
|
||||||
|
** Description **
|
||||||
|
A clear and concise description of what you want to happen.
|
2
.github/ISSUE_TEMPLATE/question.md
vendored
2
.github/ISSUE_TEMPLATE/question.md
vendored
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Question
|
name: Question
|
||||||
about: Question for this project
|
about: Question for this project
|
||||||
title: "[Q&A]"
|
title: ''
|
||||||
labels: Q&A
|
labels: Q&A
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user