1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-11 11:43:58 +02:00

Add roadmap contribution issue template

This commit is contained in:
Kamran Ahmed
2023-07-06 15:33:54 +01:00
parent 37e92fd084
commit e26fa35470

View File

@@ -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