summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Desbiens <[email protected]>2025-02-27 11:32:30 -0500
committerGitHub <[email protected]>2025-02-27 11:32:30 -0500
commit7ad78c40e9702917264a9b722890110fdb909ebc (patch)
tree8849bb9cd9613e885b6a7a25598bccd3d23a4016
parent06dabb0ad0403f59889ce85eeb3d48dbd9d3759b (diff)
parent7b2259c052dd56896eeb47e634453ae8589c18f7 (diff)
Merge pull request #387 from netomi/patch-1
Add new label for all created issues, enforce the use of issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml1
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md2
-rw-r--r--.github/ISSUE_TEMPLATE/hardware-or-architecture-support.md2
4 files changed, 4 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 156a996a..b6044106 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve Eclipse ThreadX.
title: ''
-labels: bug, hardware
+labels: new, bug, hardware
assignees: ''
---
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000..3ba13e0c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
+blank_issues_enabled: false
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index fcbe01da..7a2b862f 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea or enhancement to existing feature for Eclipse ThreadX.
title: ''
-labels: feature
+labels: new, feature
assignees: ''
---
diff --git a/.github/ISSUE_TEMPLATE/hardware-or-architecture-support.md b/.github/ISSUE_TEMPLATE/hardware-or-architecture-support.md
index 4d2b922d..23e0d5e6 100644
--- a/.github/ISSUE_TEMPLATE/hardware-or-architecture-support.md
+++ b/.github/ISSUE_TEMPLATE/hardware-or-architecture-support.md
@@ -2,7 +2,7 @@
name: Hardware or architecture support
about: Suggest adding hardware or new architecture support.
title: ''
-labels: ''
+labels: new
assignees: ''
---