Add suggest changes button

pull/4175/head
Kamran Ahmed 1 year ago
parent e26fa35470
commit e739662d49
  1. 2
      .github/ISSUE_TEMPLATE/01-bug-report.yml
  2. 2
      .github/ISSUE_TEMPLATE/02-roadmap-contribution.yml
  3. 25
      .github/ISSUE_TEMPLATE/03-suggest-changes.yml
  4. 10
      .github/ISSUE_TEMPLATE/config.yml

@ -1,4 +1,4 @@
name: "🐛 Bug Report"
name: "🐛 Bug Report"
description: Report an issue or possible bug
labels: [bug]
assignees: []

@ -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: []

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

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

Loading…
Cancel
Save