Skip to content

Commit 7d779d0

Browse files
committed
Update Bug Repo Form
1 parent efd424d commit 7d779d0

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
Before opening a bug report, please search for the behaviour in the existing issues.
8+
Before opening a bug report, please search for the behaviour in existing issues or discussions.
99
1010
---
1111
@@ -17,7 +17,7 @@ body:
1717
description: "Which exact version of git-auto-commit are you using in your Workflow?"
1818
placeholder: "v4.14.0"
1919
validations:
20-
required: true
20+
required: true
2121
- type: dropdown
2222
id: machine
2323
attributes:
@@ -33,7 +33,7 @@ body:
3333
id: bug-description
3434
attributes:
3535
label: Bug description
36-
description: What exactly happened?
36+
description: What exactly happened? Please describe your problem in detail.
3737
validations:
3838
required: true
3939
- type: textarea
@@ -52,13 +52,18 @@ body:
5252
id: example-workflow
5353
attributes:
5454
label: Example Workflow
55-
description: Please share your GitHub Actions workflow which causes the bug. We use this to reproduce the error. No need for backticks here.
55+
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.)
5656
render: yaml
5757
validations:
5858
required: true
5959
- type: textarea
6060
id: logs
6161
attributes:
6262
label: Relevant log output
63-
description: If applicable, provide relevant log output. No need for backticks here.
63+
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.)
6464
render: shell
65+
- type: input
66+
id: repository
67+
attributes:
68+
label: Repository
69+
description: If applicable, please provide the repository where the bug occurred.

0 commit comments

Comments
 (0)