Skip to content

Commit a4a482b

Browse files
committed
Update Issue Templates
1 parent 18870f2 commit a4a482b

4 files changed

Lines changed: 71 additions & 58 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
name: Bug Report
2+
description: If you've already asked for help with a problem and confirmed something is broken with git-auto-commit itself, create a bug report.
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Before opening a bug report, please search for the behaviour in the existing issues.
8+
9+
---
10+
11+
Thank you for taking the time to file a bug report!
12+
- type: input
13+
id: git-auto-commit-version
14+
attributes:
15+
label: git-auto-commit Version
16+
description: "Which exact version of git-auto-commit are you using in your Workflow?"
17+
placeholder: "v4.14.0"
18+
validations:
19+
required: true
20+
- type: dropdown
21+
id: machine
22+
attributes:
23+
label: Machine Type
24+
description: On which type of machine is your workflow running?
25+
options:
26+
- Ubuntu (eg. ubuntu-latest)
27+
- macOS (eg. macos-latest)
28+
- Windows (Not supported!)
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: bug-description
33+
attributes:
34+
label: Bug description
35+
description: What exactly happened?
36+
validations:
37+
required: true
38+
- type: textarea
39+
id: steps
40+
attributes:
41+
label: Steps to reproduce
42+
description: Which steps do we need to take to reproduce this error?
43+
validations:
44+
required: true
45+
- type: textarea
46+
id: tried-solutions
47+
attributes:
48+
label: Tried solutions
49+
description: Have you tried solving the issue by adapting your Workflow? What steps did you take?
50+
- type: textarea
51+
id: example-workflow
52+
attributes:
53+
label: Example Workflow
54+
description: Please share your GitHub Actions workflow which causes the bug. We use this to reproduce the error. No need for backticks here.
55+
render: yaml
56+
validations:
57+
required: true
58+
- type: textarea
59+
id: logs
60+
attributes:
61+
label: Relevant log output
62+
description: If applicable, provide relevant log output. No need for backticks here.
63+
render: shell

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Get Help
4+
url: https://github.com/stefanzweifel/git-auto-commit-action/discussions/new?category=help
5+
about: If you can't get something to work the way you expect, open a question in our discussion forums.
6+
- name: Feature Request
7+
url: https://github.com/tailwindlabs/tailwindcss/discussions/new?category=ideas
8+
about: 'Suggest any ideas you have using our discussion forums.'

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)