From e739662d4925a50b61ae8707234c9f8596db0c4e Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 6 Jul 2023 15:39:31 +0100 Subject: [PATCH] Add suggest changes button --- .github/ISSUE_TEMPLATE/01-bug-report.yml | 2 +- .../02-roadmap-contribution.yml | 2 +- .github/ISSUE_TEMPLATE/03-suggest-changes.yml | 25 +++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 10 ++++---- 4 files changed, 32 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/03-suggest-changes.yml diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yml b/.github/ISSUE_TEMPLATE/01-bug-report.yml index 2caf59c4a..755fa99ce 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml @@ -1,4 +1,4 @@ -name: "๐Ÿ› Bug Report" +name: "๐Ÿ› โ€‹ โ€‹Bug Report" description: Report an issue or possible bug labels: [bug] assignees: [] diff --git a/.github/ISSUE_TEMPLATE/02-roadmap-contribution.yml b/.github/ISSUE_TEMPLATE/02-roadmap-contribution.yml index 93f51f8d3..a59e632a2 100644 --- a/.github/ISSUE_TEMPLATE/02-roadmap-contribution.yml +++ b/.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. labels: [roadmap contribution] assignees: [] diff --git a/.github/ISSUE_TEMPLATE/03-suggest-changes.yml b/.github/ISSUE_TEMPLATE/03-suggest-changes.yml new file mode 100644 index 000000000..ecfffab55 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03-suggest-changes.yml @@ -0,0 +1,25 @@ +name: "๐Ÿ™ โ€‹ โ€‹Suggest Changes to a Roadmap" +description: Help us improve the roadmaps by suggesting changes +labels: [suggestion] +assignees: [] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to help us improve the roadmaps with your suggestions. + - type: input + id: url + attributes: + label: Roadmap URL + description: Please provide the URL of the roadmap you are suggesting changes to. + placeholder: https://roadmap.sh + validations: + required: true + - type: textarea + id: roadmap-suggestions + attributes: + label: Suggestions + description: What changes would you like to suggest? + placeholder: Enter your suggestions here. + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8ba82856e..9c67fc21a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,14 +1,14 @@ blank_issues_enabled: false contact_links: - - name: โœ‹ Roadmap Request + - 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: ๐Ÿ“ Typo or Grammatical Mistake + - 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 + - name: ๐Ÿ’ฌ โ€‹ โ€‹Chat on Discord url: https://discord.gg/cJpEt5Qbwa about: Join the community on our Discord server. - - name: ๐Ÿค Guidance + - name: ๐Ÿค โ€‹ โ€‹Guidance url: https://discord.gg/cJpEt5Qbwa - about: Join the community on our Discord server. + about: Join the community in our Discord server.