File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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.'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments