From 4efb53e144b675851c090d0c26d846996f3756ba Mon Sep 17 00:00:00 2001 From: Tracey Clark Date: Wed, 22 Oct 2025 21:28:57 -0500 Subject: [PATCH] **Summary** Add type field to issue templates --- .github/ISSUE_TEMPLATE/report-a-bug.yml | 2 +- .github/ISSUE_TEMPLATE/report-packaging-problems.yml | 2 ++ .github/ISSUE_TEMPLATE/request-new-package.yml | 2 ++ .github/ISSUE_TEMPLATE/request-package-removal.yml | 2 ++ .github/ISSUE_TEMPLATE/request-package-update.yml | 2 ++ 5 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.yml b/.github/ISSUE_TEMPLATE/report-a-bug.yml index 1e022f63a5e..b5fec286d76 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.yml +++ b/.github/ISSUE_TEMPLATE/report-a-bug.yml @@ -1,7 +1,7 @@ --- name: Report a bug or defect description: Report problems, defects and bugs with Solus, the installer, or software we ship. -labels: +type: - Bug body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/report-packaging-problems.yml b/.github/ISSUE_TEMPLATE/report-packaging-problems.yml index f278d00fa07..0c26d998494 100644 --- a/.github/ISSUE_TEMPLATE/report-packaging-problems.yml +++ b/.github/ISSUE_TEMPLATE/report-packaging-problems.yml @@ -1,6 +1,8 @@ --- name: Report a packaging problem description: Report problems with a package. This includes build failures or other issues related to a package. This is *not* for bugs with installed software. +type: + - Bug labels: ["Packaging Problem", "Priority: Normal"] title: "packagename: problem with package" body: diff --git a/.github/ISSUE_TEMPLATE/request-new-package.yml b/.github/ISSUE_TEMPLATE/request-new-package.yml index f183fb4d2f1..2c1d62c9ba8 100644 --- a/.github/ISSUE_TEMPLATE/request-new-package.yml +++ b/.github/ISSUE_TEMPLATE/request-new-package.yml @@ -1,5 +1,7 @@ name: Request a package to be added description: Request a new package to be added to the Solus repository. +type: + - Feature labels: ["Package: Addition Request", "Priority: Wishlist"] title: "What's the package name?" body: diff --git a/.github/ISSUE_TEMPLATE/request-package-removal.yml b/.github/ISSUE_TEMPLATE/request-package-removal.yml index 8fc1bff440b..7c2351ea802 100644 --- a/.github/ISSUE_TEMPLATE/request-package-removal.yml +++ b/.github/ISSUE_TEMPLATE/request-package-removal.yml @@ -1,6 +1,8 @@ --- name: Request a package to be removed description: Request a package to be removed from the Solus repository. The software may be unmaintained, replaced by another project, deprecated, or should be removed for some other reason. +type: + - Task labels: - "Package: Removal Request" body: diff --git a/.github/ISSUE_TEMPLATE/request-package-update.yml b/.github/ISSUE_TEMPLATE/request-package-update.yml index c24cd57a2d3..30aadd11ce2 100644 --- a/.github/ISSUE_TEMPLATE/request-package-update.yml +++ b/.github/ISSUE_TEMPLATE/request-package-update.yml @@ -1,6 +1,8 @@ --- name: Request a package to be updated description: Request an update to a package available in the Solus repository. +type: + - Task labels: - "Package: Update Request" body: