Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 608dabb

Browse files
1 sub-directory [4 files]
1 sub-directory for this directory, along with 4 files in YML, and Markdown formats.
1 parent ee007c8 commit 608dabb

File tree

4 files changed

+380
-0
lines changed

4 files changed

+380
-0
lines changed

‎.github/ISSUE_TEMPLATE.md

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
2+
***
3+
4+
# Opening an issue in this SNU Programming Tools IDE project
5+
6+
Thank you for taking the time to open an issue in this SNU web ide project. Please fill out this form to complete the process of opening an issue:
7+
8+
#### General description
9+
10+
Please write a description with at least 75 characters in the following space. Limit: 8,196 characters
11+
12+
```
13+
Your description goes here
14+
```
15+
16+
#### Steps to Reproduce
17+
18+
Steps should be clear.
19+
20+
Add steps here
21+
22+
```
23+
Your description goes here
24+
```
25+
26+
#### Expected Results
27+
<!-- Example: No error is throw -->
28+
29+
```
30+
Your description goes here
31+
```
32+
33+
#### Actual Results
34+
<!-- Example: Error is thrown -->
35+
36+
```
37+
Your description goes here
38+
```
39+
40+
### Browsers Affected
41+
42+
Please consider opening an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
43+
44+
Please also specify your virtual machine specs you used for testing if you used a virtual machine, in the space below. Max: 8,196 characters
45+
46+
Also, please specify the specific browser version down to the last number (example: Firefox 88.0.1esr) and specify if you are running on a desktop or mobile device, and if it (the host system) is virtualized or not
47+
48+
<!-- Check all that apply -->
49+
- [ ] Tor
50+
- [ ] Mozilla Firefox
51+
- [ ] SeaMonkey
52+
- [ ] Pale Moon
53+
- [ ] TenFourFox
54+
- [ ] Konquerer
55+
- [ ] Line Mode Browser
56+
- [ ] IceWeasel/IceCat
57+
- [ ] IceRaven
58+
- [ ] DuckDuckGo
59+
- [ ] Safari
60+
- [ ] Netscape Navigator
61+
- [ ] Nexus
62+
- [ ] SlimJet
63+
- [ ] AOL Explorer
64+
- [ ] Opera Mini
65+
- [ ] Android stock browser
66+
- [ ] Dot browser
67+
- [ ] Microsoft Edge
68+
- [ ] Opera
69+
- [ ] Samsung Internet
70+
- [ ] Google Chrome
71+
- [ ] Google Chromium
72+
- [ ] Internet Explorer
73+
- [ ] Other
74+
75+
**Virtual machine config**
76+
77+
```
78+
Sample (overwrite this)
79+
Microsoft Windows XP Service Pack 3
80+
Registry modification for activation
81+
Internet Explorer 6
82+
VirtualBox 6.1.20 (64 bit)
83+
512 MB RAM
84+
32 Gigabyte disk space
85+
Host operating system: Kubuntu 22.04
86+
VirtualBox guest additions? Installed
87+
Internet type: Broadband
88+
Specific error: Page won't load, things aren't displaying correctly, see above
89+
```
90+
91+
### Versions
92+
93+
What version are you using? (supported versions only)
94+
95+
```
96+
Your description goes here
97+
```
98+
99+
- [ ] I have filled out all fields
100+
- [ ] I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
101+
- [ ] I have confirmed this issue isn't a duplicate
102+
- [ ] I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
103+
- [ ] I want my answer to be archived into the repository
104+
105+
***
106+
107+
<!-- Issue template info
108+
File version: 1 (Tuesday, November 30th at 9:45 pm)
109+
File type: Markdown document (*.md *.mkd *.mdown *.markdown)
110+
Line count (including blank lines and compiler line): 113
111+
File purpose: Serving as an issue template for this project.
112+
!-->

‎.github/ISSUE_TEMPLATE/config.yml

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

‎.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
2+
***
3+
4+
# Opening a pull request on this SNU IDE project
5+
6+
7+
Thank you for taking the time to open a PR in this SNU web ide project. Please fill out this form to complete the process of opening an issue:
8+
9+
#### General description
10+
11+
Please write a description with at least 75 characters in the following space. Limit: 8,196 characters
12+
13+
```
14+
Your description goes here
15+
```
16+
17+
#### Reference Issue
18+
<!-- Example: Fixes #1234 -->
19+
20+
```
21+
add the link to the issue to the # below
22+
```
23+
24+
#1 // Overwrite this line
25+
26+
What does your pull request do?
27+
28+
- [ ] Fixes a bug
29+
- [ ] Adds a feature
30+
- [ ] Fixes a security problem
31+
- [ ] Fixes a typo
32+
- [ ] Adds translation
33+
34+
### Versions
35+
36+
What version are you using? (supported versions only)
37+
38+
```
39+
Your description goes here
40+
```
41+
42+
- [ ] I have filled out all fields
43+
- [ ] I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
44+
- [ ] I have confirmed this pull request isn't a duplicate
45+
- [ ] I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
46+
- [ ] I want my answer to be archived into the repository
47+
48+
***
49+
50+
<!-- Issue template info
51+
File version: 1 (Tuesday, November 30th at 9:49 pm)
52+
File type: Markdown document (*.md *.mkd *.mdown *.markdown)
53+
Line count (including blank lines and compiler line): 53
54+
File purpose: Serving as an issue template for this project.
55+
!-->

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /