generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
200 lines (188 loc) · 6.08 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
name: General issue
description: Report a bug or other issue/Opening an issue in this SNU Programming Tools IDE project
body:
- type: markdown
attributes:
value: |
Unknown
- type: checkboxes
attributes:
label: Prerequisites
description: |
To rule out invalid issues, confirm and check each one of the checkboxes.
options:
- label: I verified that this is not an existing issue
required: true
- label: This is not a [question, poll, or discussion](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/discussions/)
required: true
- label: I checked the [documentation](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/tree/master/Docs/) to understand that the issue I report is not a normal behavior
required: true
validations:
required: true
- type: checkboxes
attributes:
label: I tried to reproduce the issue when...
options:
- label: The repository was downloaded to my device/was viewing through the web browser
required: true
- label: I was using the latest version of the project
required: true
- label: I was using the version from the right source
required: false
- label: I did not modify the project
required: false
- type: textarea
attributes:
label: Description
description: Description of the bug or feature. Please also list the version of the programming language you tested with.
validations:
required: true
- type: textarea
attributes:
label: Steps to Reproduce
placeholder: |
1. [First Step]
2. [Second Step]
3. [and so on...]
validations:
required: true
- type: textarea
attributes:
label: Expected Results
description: What you expected to happen, example - no error is thrown
placeholder: |
1. [First Step]
2. [Second Step]
3. [and so on...]
validations:
required: true
- type: textarea
attributes:
label: Actual results
description: What actually happened, error is thrown
validations:
required: true
- type: input
attributes:
label: Git-image repository version
validations:
required: true
- type: checkboxes
attributes:
label: Browsers effected, please open an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
options:
label: Tor
required: false
label: Mozilla Firefox
required: false
label: SeaMonkey
required: false
label: Pale Moon
required: false
label: TenFourFox
required: false
label: Konquerer
required: false
label: Line Mode Browser
required: false
label: IceWeasel/IceCat
required: false
label: IceRaven
required: false
label: DuckDuckGo
required: false
label: Safari
required: false
label: Netscape Navigator
required: false
label: Nexus
required: false
label: SlimJet
required: false
label: AOL Explorer
required: false
label: Opera Mini
required: false
label: Android stock browser
required: false
label: Dot browser
required: false
label: Microsoft Edge
required: false
label: Opera
required: false
label: Samsung Internet
required: false
label: Google Chrome
required: false
label: Google Chromium
required: false
label: Internet Explorer
required: false
label: Other
required: false
validations:
required: true
- type: input
attributes:
label: Specify the specific browser version down to the last number (example Firefox 88.0.1esr)
validations:
required: true
- type: checkboxes
attributes:
label: I am running this repository in a virtual machine...
options:
- label: Yes (with Oracle VM VirtualBox)
required: false
- label: Yes (with VMWare)
required: false
- label: Yes (with Hyper-V)
required: false
- label: Yes (with Qemu)
required: false
- label: Yes (with another virtual machine option that isn't listed)
required: false
- label: No (I am running it on my host computer)
required: false
- type: textarea
attributes:
label: Additional virtual machine configuration
placeholder: |
Sample (overwrite this)
Microsoft Windows XP Service Pack 3
Registry modification for activation
Internet Explorer 6
VirtualBox 6.1.20 (64 bit)
512 MB RAM
32 Gigabyte disk space
Host operating system: Kubuntu 22.04
VirtualBox guest additions? Installed
Internet type: Broadband
Specific error: Page won't load, things aren't displaying correctly, see above validations:
validations:
required: true
- type: textarea
attributes:
label: Version used
placeholder: |
What version are you using? (supported versions only)
validations:
required: true
attributes:
label: Validate issue
options:
- label: I have filled out all the fields
required: true
- label: I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
required: true
- label: I have confirmed this issue isn't a duplicate
required: true
- label: I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
required: true
- label: I want my answer to be archived into the repository
required: false
# Issue template info
# 6B (2022, Thursday, May 19th at 6:59 pm PST)
# File type: YAML document (*.yml *.yaml)
# Line count (including blank lines and compiler line): 201
# File purpose: Serving as a modern issue template for this project.