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:
Frédéric Desbiens
2025-02-27 11:32:30 -05:00
committed by GitHub
4 changed files with 4 additions and 3 deletions

View File

@@ -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
View File

@@ -0,0 +1 @@
blank_issues_enabled: false

View File

@@ -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: ''
--- ---

View File

@@ -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: ''
--- ---