diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d681bc7..4c58e83 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -10,21 +10,20 @@ body: This form is for reporting technical issues. If you have a question or you're looking for support, please visit [Roots Discourse](https://discourse.roots.io/). - - type: checkboxes + - type: dropdown id: terms attributes: label: Terms + description: | + 1. I have read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) + 2. This request is not a duplicate of an existing issue + 3. I have read the [docs](https://roots.io/docs/) and followed them (if applicable) + 4. I have seached the [Roots Discourse](https://discourse.roots.io/) for answers and followed them (if applicable) + 5. This is not a personal support request that should be posted on the [Roots Discourse](https://discourse.roots.io/) community options: - - label: I have read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) - required: true - - label: This request is not a duplicate of an existing issue - required: true - - label: I have read the [docs](https://roots.io/docs/) and followed them (if applicable) - required: true - - label: I have seached the [Roots Discourse](https://discourse.roots.io/) for answers and followed them (if applicable) - required: true - - label: This is not a personal support request that should be posted on the [Roots Discourse](https://discourse.roots.io/) community - required: true + - Yes, I have read and followed the Roots contributing guidelines and relevant documentation. I have also searched Roots Discourse before posting. This is not a duplicate issue or a personal support request. + validations: + required: true - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index bd7f64f..ec32395 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -10,17 +10,18 @@ body: This form is for suggesting an idea for this project. If you have a question or you're looking for support, please visit [Roots Discourse](https://discourse.roots.io/). - - type: checkboxes + - type: dropdown id: terms attributes: label: Terms + description: | + 1. I have read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) + 2. This request is not a duplicate of an existing issue + 3. This is not a personal support request that should be posted on the [Roots Discourse](https://discourse.roots.io/) community options: - - label: I have read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) - required: true - - label: This request is not a duplicate of an existing issue - required: true - - label: This is not a personal support request that should be posted on the [Roots Discourse](https://discourse.roots.io/) community - required: true + - Yes, I have read and followed the Roots contributing guidelines. This is not a duplicate issue or a personal support request. + validations: + required: true - type: textarea id: summary