mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2025-11-16 12:34:48 +00:00
Merge pull request #387 from netomi/patch-1
Add new label for all created issues, enforce the use of issue templates
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -2,7 +2,7 @@
|
|||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve Eclipse ThreadX.
|
about: Create a report to help us improve Eclipse ThreadX.
|
||||||
title: ''
|
title: ''
|
||||||
labels: bug, hardware
|
labels: new, bug, hardware
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -2,7 +2,7 @@
|
|||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea or enhancement to existing feature for Eclipse ThreadX.
|
about: Suggest an idea or enhancement to existing feature for Eclipse ThreadX.
|
||||||
title: ''
|
title: ''
|
||||||
labels: feature
|
labels: new, feature
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name: Hardware or architecture support
|
name: Hardware or architecture support
|
||||||
about: Suggest adding hardware or new architecture support.
|
about: Suggest adding hardware or new architecture support.
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: new
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user