From 62e4f8943232711ad26f930f732519b314ea5545 Mon Sep 17 00:00:00 2001 From: "Sean P. Myrick V19.1.7.2" Date: Fri, 18 Nov 2022 20:54:33 -0800 Subject: [PATCH] 2 files 2 files for this directory, in Markdown format. --- .github/ISSUE_TEMPLATE.md | 112 +++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 55 +++++++++++++++ 2 files changed, 167 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..3bd62f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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 + + +``` +Your description goes here +``` + +#### Actual Results + + +``` +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 + + +- [ ] 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 + +*** + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..40b92d2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,55 @@ + +*** + +# Opening a pull request on this SNU IDE project + + +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: + +#### General description + +Please write a description with at least 75 characters in the following space. Limit: 8,196 characters + +``` +Your description goes here +``` + +#### Reference Issue + + +``` +add the link to the issue to the # below +``` + +#1 // Overwrite this line + +What does your pull request do? + +- [ ] Fixes a bug +- [ ] Adds a feature +- [ ] Fixes a security problem +- [ ] Fixes a typo +- [ ] Adds translation + +### 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 pull request 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 + +*** + +