Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: improve bug issue template #21051

Merged
merged 5 commits into from
Mar 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 6 additions & 20 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ body:
attributes:
label: How are you running Renovate?
options:
- '-- Please select from the below --'
rarkins marked this conversation as resolved.
Show resolved Hide resolved
- 'Mend Renovate hosted app on github.com'
- 'Self-hosted'
- 'Self-hosted Renovate'
validations:
required: true

Expand Down Expand Up @@ -44,30 +45,14 @@ body:
validations:
required: false

- type: input
id: platform-version-if-selfhosting
attributes:
label: If you're self-hosting Renovate, tell us what version of the platform you run.
rarkins marked this conversation as resolved.
Show resolved Hide resolved
description: |
This field is for the version number of your _platform_, so one of these:
- AWS CodeCommit
- Azure DevOps
- Bitbucket Cloud
- Bitbucket Server
- Azure DevOps
- Gitea or Forgejo
- GitHub (.com and Enterprise Server)
- GitLab (.com and CE/EE)
validations:
required: false

- type: dropdown
id: regression-error
attributes:
label: Was this something which used to work for you, and then stopped?
options:
- '-- Please select from the below --'
rarkins marked this conversation as resolved.
Show resolved Hide resolved
- 'I\'m trying to get this working for the first time'
rarkins marked this conversation as resolved.
Show resolved Hide resolved
- 'It used to work, and then stopped'
- 'I never saw this working'
rarkins marked this conversation as resolved.
Show resolved Hide resolved
validations:
required: true

Expand Down Expand Up @@ -107,7 +92,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 read the minimal reproductions documentation and linked to such a repository in the bug description'
- '-- Please select from the below --'
rarkins marked this conversation as resolved.
Show resolved Hide resolved
- 'I have linked to a minimal reproduction in the description above'
- 'I have explained in the description why a minimal reproduction is impossible'
validations:
required: true