Skip to content

Commit

Permalink
chore: reverse template orders
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Dec 16, 2022
1 parent 751331b commit 33bf373
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Expand Up @@ -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

0 comments on commit 33bf373

Please sign in to comment.