diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..f4f2e12 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..84a62ed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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 \ No newline at end of file