Skip to content

Commit

Permalink
chore: sort platforms in bug report form (#19475)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Dec 19, 2022
1 parent e5ab544 commit d7b0861
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ body:
attributes:
label: If you're self-hosting Renovate, select which platform you are using.
options:
- 'AWS CodeCommit'
- 'Azure DevOps (dev.azure.com)'
- 'Azure DevOps Server'
- 'Bitbucket Cloud (bitbucket.org)'
Expand All @@ -40,7 +41,6 @@ body:
- 'GitHub Enterprise Server'
- 'gitlab.com'
- 'GitLab self-hosted'
- 'AWS CodeCommit'
validations:
required: false

Expand All @@ -50,13 +50,14 @@ body:
label: If you're self-hosting Renovate, tell us what version of the platform you run.
description: |
This field is for the version number of your _platform_, so one of these:
- GitHub (.com and Enterprise Server)
- GitLab (.com and CE/EE)
- AWS CodeCommit
- Azure DevOps
- Bitbucket Cloud
- Bitbucket Server
- Azure DevOps
- Gitea
- AWS CodeCommit
- GitHub (.com and Enterprise Server)
- GitLab (.com and CE/EE)
validations:
required: false

Expand Down

0 comments on commit d7b0861

Please sign in to comment.