generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1987f53
commit 0faeaa7
Showing
12 changed files
with
1,125 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
|
||
*** | ||
|
||
# Opening an issue in this SNU Programming Tools IDE project | ||
|
||
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: | ||
|
||
#### General description | ||
|
||
Please write a description with at least 75 characters in the following space. Limit: 8,196 characters | ||
|
||
``` | ||
Your description goes here | ||
``` | ||
|
||
#### Steps to Reproduce | ||
|
||
Steps should be clear. | ||
|
||
Add steps here | ||
|
||
``` | ||
Your description goes here | ||
``` | ||
|
||
#### Expected Results | ||
<!-- Example: No error is throw --> | ||
|
||
``` | ||
Your description goes here | ||
``` | ||
|
||
#### Actual Results | ||
<!-- Example: Error is thrown --> | ||
|
||
``` | ||
Your description goes here | ||
``` | ||
|
||
### Browsers Affected | ||
|
||
Please consider opening an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task. | ||
|
||
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 | ||
|
||
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 | ||
|
||
<!-- Check all that apply --> | ||
- [ ] Tor | ||
- [ ] Mozilla Firefox | ||
- [ ] SeaMonkey | ||
- [ ] Pale Moon | ||
- [ ] TenFourFox | ||
- [ ] Konquerer | ||
- [ ] Line Mode Browser | ||
- [ ] IceWeasel/IceCat | ||
- [ ] IceRaven | ||
- [ ] DuckDuckGo | ||
- [ ] Safari | ||
- [ ] Netscape Navigator | ||
- [ ] Nexus | ||
- [ ] SlimJet | ||
- [ ] AOL Explorer | ||
- [ ] Opera Mini | ||
- [ ] Android stock browser | ||
- [ ] Dot browser | ||
- [ ] Microsoft Edge | ||
- [ ] Opera | ||
- [ ] Samsung Internet | ||
- [ ] Google Chrome | ||
- [ ] Google Chromium | ||
- [ ] Internet Explorer | ||
- [ ] Other | ||
|
||
**Virtual machine config** | ||
|
||
``` | ||
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 | ||
``` | ||
|
||
### Versions | ||
|
||
What version are you using? (supported versions only) | ||
|
||
``` | ||
Your description goes here | ||
``` | ||
|
||
- [ ] I have filled out all fields | ||
- [ ] I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html) | ||
- [ ] I have confirmed this issue isn't a duplicate | ||
- [ ] I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md) | ||
- [ ] I want my answer to be archived into the repository | ||
|
||
*** | ||
|
||
<!-- Issue template info | ||
File version: 1 (Tuesday, November 30th at 9:45 pm) | ||
File type: Markdown document (*.md *.mkd *.mdown *.markdown) | ||
Line count (including blank lines and compiler line): 113 | ||
File purpose: Serving as an issue template for this project. | ||
!--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: I want to help develop | ||
url: https://github.com/seanpm2001/Teams/discussions/ | ||
about: Thank you for your interest in this project! Please consider joining a team to start developing with me | ||
- name: I want to help translate | ||
url: https://github.com/seanpm2001/Teams/discussions/ | ||
about: Thank you for your interest in this project! Please consider joining a team to start translating projects with me | ||
|
||
# File info | ||
# File version: 1 (2022, Thursday, May 19th at 7:07 pm PST) | ||
# File type: GitHub issue template config file (*.yml) | ||
# Line count (including blank lines and compiler line): 14 |
Oops, something went wrong.