mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Update Bug Repo Form
This commit is contained in:
parent
efd424db0f
commit
7d779d0067
13
.github/ISSUE_TEMPLATE/bug.yaml
vendored
13
.github/ISSUE_TEMPLATE/bug.yaml
vendored
@ -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.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user