Skip to content

Commit 8be4e83

Browse files
asirotacostdev
andauthored
Added lots of configuration options to Bug Request template (#156)
* added lots of config to bug reports --------- Signed-off-by: Alex Sirota <[email protected]> Co-authored-by: Colin Stewart <[email protected]>
1 parent a406e1f commit 8be4e83

File tree

1 file changed

+72
-3
lines changed

1 file changed

+72
-3
lines changed

.github/ISSUE_TEMPLATE/BugReport.yml

Lines changed: 72 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,37 @@ body:
2020
attributes:
2121
label: What happened?
2222
description: Also tell us, what did you expect to happen?
23-
placeholder: Tell us what you see!
24-
value: "A bug happened!"
23+
placeholder: Tell us what you are seeing or experiencing.
24+
value: "A bug was witnessed!"
25+
2526
validations:
2627
required: true
2728
- type: dropdown
2829
id: version
2930
attributes:
3031
label: Version
31-
description: What version of our software are you running?
32+
description: What version of AspireUpdate are you running?
3233
options:
3334
- 0.5 (Default)
3435
- Nightly
3536
default: 0
3637
validations:
3738
required: true
39+
40+
- type: dropdown
41+
id: os
42+
attributes:
43+
label: 'OS'
44+
description: 'The operating system you are running on (Linux, Windows, Mac, etc).'
45+
options:
46+
- Windows
47+
- MacOS
48+
- iOS
49+
- Android
50+
- Linux
51+
- Other
52+
53+
3854
- type: dropdown
3955
id: browsers
4056
attributes:
@@ -45,6 +61,52 @@ body:
4561
- Chrome
4662
- Safari
4763
- Microsoft Edge
64+
- Opera
65+
- Other
66+
67+
- type: input
68+
id: wordpress
69+
attributes:
70+
label: 'WordPress'
71+
description: 'The version of WordPress that your site uses.'
72+
73+
- type: input
74+
id: php
75+
attributes:
76+
label: 'PHP'
77+
description: 'The version of PHP your site runs on.'
78+
79+
- type: input
80+
id: server
81+
attributes:
82+
label: 'Server'
83+
description: 'The server your site runs on (apache, nginx, etc).'
84+
85+
- type: input
86+
id: database
87+
attributes:
88+
label: 'Database'
89+
description: 'The database engine used by your site.'
90+
91+
- type: input
92+
id: theme
93+
attributes:
94+
label: 'Theme'
95+
description: 'The currently active theme.'
96+
97+
- type: input
98+
id: must_use_plugins
99+
attributes:
100+
label: 'Must-Use Plugins'
101+
description: 'A list of Must-Use Plugins.'
102+
103+
- type: input
104+
id: plugins
105+
attributes:
106+
label: 'Plugins'
107+
description: 'A list of active plugins.'
108+
109+
48110
- type: textarea
49111
id: logs
50112
attributes:
@@ -57,6 +119,13 @@ body:
57119
description: Add some screenshots to help explain the problem.
58120
validations:
59121
required: false
122+
123+
- type: textarea
124+
id: additional_notes
125+
attributes:
126+
label: 'Additional Notes'
127+
description: 'Any additional details worth mentioning.'
128+
60129
- type: checkboxes
61130
id: terms
62131
attributes:

0 commit comments

Comments
 (0)