diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2f55fb0b2ab7a3..8463bb456ee498 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -106,8 +106,8 @@ body: label: Have you created a minimal reproduction repository? description: Please read the [minimal reproductions documentation](https://github.com/renovatebot/renovate/blob/main/docs/development/minimal-reproductions.md) to learn how to make a good minimal reproduction repository. options: - - 'I have linked to a minimal reproduction repository in the bug description' - - 'No reproduction, but I have linked to a public repo where it occurs' - 'No reproduction repository' + - 'No reproduction, but I have linked to a public repo where it occurs' + - 'I have linked to a minimal reproduction repository in the bug description' validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d35f82640591f8..e902133f6b5d27 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -25,8 +25,8 @@ body: attributes: label: Is this a feature you are interested in implementing yourself? options: - - 'Yes' - - 'Maybe' - 'No' + - 'Maybe' + - 'Yes' validations: required: true