From 7cbf8eb72a75bc173d1b5eca7391fd532bd27194 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 6 Jul 2023 15:43:55 +0100 Subject: [PATCH] Add new issue templates --- ...est-changes.yml => 02-suggest-changes.yml} | 2 +- .../ISSUE_TEMPLATE/03-feature-suggestion.yml | 19 +++++++++++++++++++ ...bution.yml => 04-roadmap-contribution.yml} | 0 3 files changed, 20 insertions(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{03-suggest-changes.yml => 02-suggest-changes.yml} (90%) create mode 100644 .github/ISSUE_TEMPLATE/03-feature-suggestion.yml rename .github/ISSUE_TEMPLATE/{02-roadmap-contribution.yml => 04-roadmap-contribution.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/03-suggest-changes.yml b/.github/ISSUE_TEMPLATE/02-suggest-changes.yml similarity index 90% rename from .github/ISSUE_TEMPLATE/03-suggest-changes.yml rename to .github/ISSUE_TEMPLATE/02-suggest-changes.yml index ecfffab55..dbe1aac9a 100644 --- a/.github/ISSUE_TEMPLATE/03-suggest-changes.yml +++ b/.github/ISSUE_TEMPLATE/02-suggest-changes.yml @@ -1,4 +1,4 @@ -name: "🙏 ​ ​Suggest Changes to a Roadmap" +name: "✍️ ​ ​Suggest Roadmap Changes" description: Help us improve the roadmaps by suggesting changes labels: [suggestion] assignees: [] diff --git a/.github/ISSUE_TEMPLATE/03-feature-suggestion.yml b/.github/ISSUE_TEMPLATE/03-feature-suggestion.yml new file mode 100644 index 000000000..5b4b56999 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03-feature-suggestion.yml @@ -0,0 +1,19 @@ +name: "✨ ​ ​Feature Suggestion" +description: Is there a feature you'd like to see on Roadmap.sh? Let us know! +labels: [feature request] +assignees: [] +body: + - type: input + id: feature-title + attributes: + label: Feature Title + description: Please provide a short title for the feature you are suggesting. + validations: + required: true + - type: textarea + id: feature-description + attributes: + label: Feature Description + description: Please provide a detailed description of the feature you are suggesting and how it would help you/others. + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/02-roadmap-contribution.yml b/.github/ISSUE_TEMPLATE/04-roadmap-contribution.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/02-roadmap-contribution.yml rename to .github/ISSUE_TEMPLATE/04-roadmap-contribution.yml