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