diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d88911c..c13f1dc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,11 @@ --- name: Bug report -about: Please describe the problem. If possible, include the Clear Linux version, the steps needed to reproduce, and the expected outcome. -labels: new, bug +about: Please describe the problem. If possible, include the Clear Linux version, + the steps needed to reproduce, and the expected outcome. +title: '' +labels: bug, new +assignees: '' --- + + diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.md b/.github/ISSUE_TEMPLATE/enhancement-request.md index ce6b40a..ef3782e 100644 --- a/.github/ISSUE_TEMPLATE/enhancement-request.md +++ b/.github/ISSUE_TEMPLATE/enhancement-request.md @@ -1,7 +1,9 @@ --- name: Enhancement request about: Suggest an idea for this project, like a new package or feature -labels: new, enhancement +title: '' +labels: enhancement, new +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/package-request.md b/.github/ISSUE_TEMPLATE/package-request.md new file mode 100644 index 0000000..5a31628 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/package-request.md @@ -0,0 +1,10 @@ +--- +name: Package request +about: Suggest new versions for a package, or the addition of a package. +title: '' +labels: new, package-request +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/package-version-update-request.md b/.github/ISSUE_TEMPLATE/package-version-update-request.md index ef4751d..b553ade 100644 --- a/.github/ISSUE_TEMPLATE/package-version-update-request.md +++ b/.github/ISSUE_TEMPLATE/package-version-update-request.md @@ -1,7 +1,9 @@ --- name: Package version update request about: Suggest new versions for a package +title: labels: new, package-request +assignees: ---