From 486e901bab75f8c505c343d1e5d2128a36eea22d Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Wed, 1 Mar 2023 19:39:30 -0500 Subject: [PATCH 1/4] feat: add initial issue template --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..bbcbbe7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From e4ce7d7e743fae338b0c43afcd5435f638d80949 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Wed, 1 Mar 2023 19:48:17 -0500 Subject: [PATCH 2/4] feat: add a dropdown for image types --- .github/ISSUE_TEMPLATE/feature_request.md | 46 +++++++++++++---------- 1 file changed, 27 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d..d1085ca4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,28 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' +name: Request a Package +description: Request an RPM package to be included in the base image +labels: [package-request] ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. +body: + - type: markdown + attributes: + value: | + Thank you for taking the time to fill out this request! + - type: textarea + id: describe-bug + attributes: + label: Describe the package + description: Include why you feel this should be on the image + placeholder: Tell us what you need + value: "I'd like to request the package `vim` on the main image" + validations: + required: true + - type: dropdown + id: image + attributes: + label: Image + description: Which specific image do you want? + options: + - main + - nvidia + validations: + required: true From e03bfe6007afee491c63f708c571a8a2861ed455 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Wed, 1 Mar 2023 19:59:32 -0500 Subject: [PATCH 3/4] fix: add variants --- .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d1085ca4..ecd4e793 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -22,7 +22,11 @@ body: label: Image description: Which specific image do you want? options: - - main - - nvidia + - Bazzite + - Kinoite + - LXQt + - Mate + - Silverblue + - Ubuntu validations: required: true From beefd262722eebcecada0f9a3f107fb5d5544ca5 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Wed, 1 Mar 2023 20:00:07 -0500 Subject: [PATCH 4/4] fix: add vauxite --- .github/ISSUE_TEMPLATE/feature_request.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ecd4e793..ec387d78 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -28,5 +28,6 @@ body: - Mate - Silverblue - Ubuntu + - Vauxite validations: required: true