From 37e92fd0844600ed9b294be0bc5c0058c9f3cd8b Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 6 Jul 2023 15:31:05 +0100 Subject: [PATCH] Add roadmap contribution issue template --- .github/ISSUE_TEMPLATE/01-bug-report.yml | 4 -- .../02-roadmap-contribution.yml | 37 +++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 7 +++- 3 files changed, 42 insertions(+), 6 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/02-roadmap-contribution.yml diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yml b/.github/ISSUE_TEMPLATE/01-bug-report.yml index 67e2abfe8..2caf59c4a 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml @@ -3,10 +3,6 @@ description: Report an issue or possible bug labels: [bug] assignees: [] body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! Before you start, please make sure that you could reproduce it in incognito. - type: input id: url attributes: diff --git a/.github/ISSUE_TEMPLATE/02-roadmap-contribution.yml b/.github/ISSUE_TEMPLATE/02-roadmap-contribution.yml new file mode 100644 index 000000000..d39300170 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02-roadmap-contribution.yml @@ -0,0 +1,37 @@ +name: "🙏 Submit a Roadmap" +description: Help us launch a new roadmap with your expertise. +labels: [roadmap contribution] +assignees: [] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to submit a roadmap! Please fill out the information below and we'll get back to you as soon as we can. + - type: input + id: roadmap-title + attributes: + label: What is the title of the roadmap you are submitting? + placeholder: https://roadmap.sh + validations: + required: true + - type: dropdown + id: browsers + attributes: + label: Is this roadmap prepared by you or someone else? + options: + - I prepared this roadmap + - I found this roadmap online (please provide a link below) + - type: textarea + id: roadmap-description + attributes: + 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). + placeholder: | + - Item 1 + - Subitem 1 + - Subitem 2 + - Item 2 + - Subitem 1 + - Subitem 2 + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index dadb5b41e..8ba82856e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,9 +1,12 @@ blank_issues_enabled: false contact_links: - - name: ✋ Requesting a New Roadmap + - name: ✋ Roadmap Request url: https://discord.gg/cJpEt5Qbwa about: Please do not open issues with roadmap requests, hop onto the discord server for that. - - name: 💬 Chat + - name: 📝 Typo or Grammatical Mistake + url: https://github.com/kamranahmedse/developer-roadmap/tree/master/src/data + about: Please submit a pull request instead of reporting it as an issue. + - name: 💬 Chat on Discord url: https://discord.gg/cJpEt5Qbwa about: Join the community on our Discord server. - name: 🤝 Guidance