Update Bug Repo Form

This commit is contained in:
Stefan Zweifel 2024-07-06 12:06:47 +02:00
parent efd424db0f
commit 7d779d0067
No known key found for this signature in database
1 changed files with 10 additions and 5 deletions

View File

@ -5,7 +5,7 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Before opening a bug report, please search for the behaviour in the existing issues. Before opening a bug report, please search for the behaviour in existing issues or discussions.
--- ---
@ -17,7 +17,7 @@ body:
description: "Which exact version of git-auto-commit are you using in your Workflow?" description: "Which exact version of git-auto-commit are you using in your Workflow?"
placeholder: "v4.14.0" placeholder: "v4.14.0"
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: machine id: machine
attributes: attributes:
@ -33,7 +33,7 @@ body:
id: bug-description id: bug-description
attributes: attributes:
label: Bug description label: Bug description
description: What exactly happened? description: What exactly happened? Please describe your problem in detail.
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -52,7 +52,7 @@ body:
id: example-workflow id: example-workflow
attributes: attributes:
label: Example Workflow label: Example Workflow
description: Please share your GitHub Actions workflow which causes the bug. We use this to reproduce the error. No need for backticks here. description: Please share the YAML-code of your GitHub Actions workflow which causes the bug. We use this to reproduce the error. If the workflow is in a private repostory, please provide a minimal example. (No need for backticks here, the pasted code will be correctly formatted.)
render: yaml render: yaml
validations: validations:
required: true required: true
@ -60,5 +60,10 @@ body:
id: logs id: logs
attributes: attributes:
label: Relevant log output label: Relevant log output
description: If applicable, provide relevant log output. No need for backticks here. description: If applicable, provide relevant log output. Please copy and paste the output here, and make sure to remove any sensitive information. (No need for backticks here, the pasted code will be correctly formatted.)
render: shell render: shell
- type: input
id: repository
attributes:
label: Repository
description: If applicable, please provide the repository where the bug occurred.