Skip to content

Commit

Permalink
📝 Add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbnt committed Apr 8, 2024
1 parent fa4cfcb commit 92b0b29
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Mr. Robot Support
url: https://mrrobot.app/discord
about: Join our Discord server for support
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "Feature Request"
description: 'Want us to add something to the project? Fill out this form!'
labels: [ 'Feature request' ]
body:
- type: markdown
attributes:
value: Thanks for suggesting a feature! Please fill out the sections below.
- type: textarea
attributes:
label: Summary
description: Clearly describe what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Anything else?
- type: dropdown
attributes:
label: Have you looked at the other exits before submitting your own?
options:
- 'Yes'
validations:
required: true

0 comments on commit 92b0b29

Please sign in to comment.