summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-08-20 12:36:22 +0700
committerGitHub <[email protected]>2019-08-20 12:36:22 +0700
commit2a7991ded90c5059c8209aba8117c2202d29b24d (patch)
tree33ef6d375ead3cdbe579aebf4c733e8d7e4c8ca8
parent00c440cb26fbea7fd367623454d8b67855f1372f (diff)
Update issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md2
-rw-r--r--.github/ISSUE_TEMPLATE/porting.md17
-rw-r--r--.github/ISSUE_TEMPLATE/question.md2
4 files changed, 20 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 566f04381..97903dc36 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,7 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
-title: "[Bug]"
+title: ''
labels: Bug
assignees: ''
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index ae3f7c98a..e74cb57fa 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
-title: "[Feature]"
+title: ''
labels: Feature
assignees: ''
diff --git a/.github/ISSUE_TEMPLATE/porting.md b/.github/ISSUE_TEMPLATE/porting.md
new file mode 100644
index 000000000..0a5213527
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/porting.md
@@ -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.
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
index 9110e0cb1..1de8fb9a4 100644
--- a/.github/ISSUE_TEMPLATE/question.md
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -1,7 +1,7 @@
---
name: Question
about: Question for this project
-title: "[Q&A]"
+title: ''
labels: Q&A
assignees: ''