Add new issue templates

pull/4175/head
Kamran Ahmed 1 year ago
parent e739662d49
commit 7cbf8eb72a
  1. 2
      .github/ISSUE_TEMPLATE/02-suggest-changes.yml
  2. 19
      .github/ISSUE_TEMPLATE/03-feature-suggestion.yml
  3. 0
      .github/ISSUE_TEMPLATE/04-roadmap-contribution.yml

@ -1,4 +1,4 @@
name: "🙏 Suggest Changes to a Roadmap" name: " Suggest Roadmap Changes"
description: Help us improve the roadmaps by suggesting changes description: Help us improve the roadmaps by suggesting changes
labels: [suggestion] labels: [suggestion]
assignees: [] assignees: []

@ -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
Loading…
Cancel
Save