Add roadmap contribution issue template

pull/4175/head
Kamran Ahmed 2 years ago
parent 37e92fd084
commit e26fa35470
  1. 6
      .github/ISSUE_TEMPLATE/02-roadmap-contribution.yml

@ -1,4 +1,4 @@
name: "🙏 Submit a Roadmap" name: "🙏 Submit a Roadmap"
description: Help us launch a new roadmap with your expertise. description: Help us launch a new roadmap with your expertise.
labels: [roadmap contribution] labels: [roadmap contribution]
assignees: [] assignees: []
@ -11,7 +11,7 @@ body:
id: roadmap-title id: roadmap-title
attributes: attributes:
label: What is the title of the roadmap you are submitting? label: What is the title of the roadmap you are submitting?
placeholder: https://roadmap.sh placeholder: e.g. Roadmap to learn Data Science
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
@ -25,7 +25,7 @@ body:
id: roadmap-description id: roadmap-description
attributes: attributes:
label: Roadmap Items label: Roadmap Items
description: Please submit a nested list of items for the roadmap. You can use markdown to format the list. Here is an [example of roadmap items list.](https://gist.github.com/kamranahmedse/98758d2c73799b3a6ce17385e4c548a5). description: Please submit a nested list of items which we can convert into the visual. Here is an [example of roadmap items list.](https://gist.github.com/kamranahmedse/98758d2c73799b3a6ce17385e4c548a5).
placeholder: | placeholder: |
- Item 1 - Item 1
- Subitem 1 - Subitem 1

Loading…
Cancel
Save