Skip to content

Commit eac947b

Browse files
authored
5 sub-directories [17 files]
1 parent eacb503 commit eac947b

File tree

17 files changed

+536
-0
lines changed

17 files changed

+536
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
***
3+
4+
# Privacy policy
5+
6+
I archive my own GitHub discussions and issues. By default, I respect users privacy, and will not have your issue or discussion archived. You have to specifically ask for it to be archived if you want it to be.
7+
8+
***
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
***
3+
4+
# Privacy policy
5+
6+
I archive my own GitHub discussions and issues. By default, I respect users privacy, and will not have your issue or discussion archived. You have to specifically ask for it to be archived if you want it to be.
7+
8+
***
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
5+
patreon: seanpm2001 # Creator page
6+
patreon: seanpm2001_software # Main page
7+
# Replace with a single Patreon username
8+
9+
open_collective: # Replace with a single Open Collective username
10+
ko_fi: # Replace with a single Ko-fi username
11+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
12+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
13+
liberapay: # Replace with a single Liberapay username
14+
issuehunt: # Replace with a single IssueHunt username
15+
otechie: # Replace with a single Otechie username
16+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
***
3+
4+
# About the funding directory
5+
6+
The funding directory contains an archive of the funding file for this project. The funding file enables GitHub sponsorships. The main funding file is 1 directory below, located [here](/.github/FUNDING.yml).
7+
8+
***
9+
10+
## Sponsor info
11+
12+
![/SponsorButton.png](/SponsorButton.png)
13+
14+
You can sponsor this project if you like, but please specify what you want to donate to. [See the funds you can donate to here](https://github.com/seanpm2001/Sponsor-info/tree/main/For-sponsors)
15+
16+
You can view other sponsor info [here](https://github.com/seanpm2001/Sponsor-info/)
17+
18+
Try it out! The sponsor button is right up next to the watch/unwatch button.
19+
20+
***
21+
22+
## File info
23+
24+
**File type:** `Markdown (*.md)`
25+
26+
**Original creation date:** `Thursday, March 18th 2021 at 3:33 pm)`
27+
28+
**File version:** `1 (Thursday, March 18th 2021 at 3:33 pm)`
29+
30+
**Line count (including blank lines and compiler line):** `33`
31+
32+
***
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
***
3+
4+
# About the funding directory
5+
6+
The funding directory contains an archive of the funding file for this project. The funding file enables GitHub sponsorships. The main funding file is 1 directory below, located [here](/.github/FUNDING.yml).
7+
8+
***
9+
10+
## Sponsor info
11+
12+
![/SponsorButton.png](/SponsorButton.png)
13+
14+
You can sponsor this project if you like, but please specify what you want to donate to. [See the funds you can donate to here](https://github.com/seanpm2001/Sponsor-info/tree/main/For-sponsors)
15+
16+
You can view other sponsor info [here](https://github.com/seanpm2001/Sponsor-info/)
17+
18+
Try it out! The sponsor button is right up next to the watch/unwatch button.
19+
20+
***
21+
22+
## File info
23+
24+
**File type:** `Markdown (*.md)`
25+
26+
**Original creation date:** `Thursday, March 18th 2021 at 3:33 pm)`
27+
28+
**File version:** `1 (Thursday, March 18th 2021 at 3:33 pm)`
29+
30+
**Line count (including blank lines and compiler line):** `33`
31+
32+
***
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+
!-->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Default GitHub issue data file (YAML)
2+
issuelabel_1: color1: "#ffffff" title1: "wontfix" description1: "This will not be worked on"
3+
issueLabel_2: color2: "#d876e3" title2: "question" description2: "Further information is requested"
4+
issueLabel_3: color3: "#e4e669" title3: "invalid" description3: "This doesn't seem right"
5+
issueLabel_4: color4: "#008672" title4: "help wanted" description4: "Extra attention is needed"
6+
issueLabel_5: color5: "#7057ff" title5: "good first issue" description5: "Good for newcomers"
7+
issueLabel_6: color6: "#a2eeef" title6: "enhancement" description6: "New feature or request"
8+
issueLabel_7: color7: "#cfd3d7" title7: "duplicate" description7: "This issue or pull request already exists"
9+
issueLabel_8: color8: "#0075ca" title8: "documentation" description8: "Improvements or additions to documentation"
10+
issueLabel_9: color9: "#d73a4a" title9: "bug" description9: "Something isn't working"
11+
# Users can also create their own issue labels, and customize the color, title, and description
12+
# issueLabel_10: color10: "#000000" title10: "void" description10: "not yet created"
13+
# No known limit on # of issue labels
14+
# End of file
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+
!-->
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
***
3+
4+
# Privacy policy
5+
6+
I archive my own GitHub discussions and issues. By default, I respect users privacy, and will not have your issue or discussion archived. You have to specifically ask for it to be archived if you want it to be.
7+
8+
***
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
***
3+
4+
# Privacy policy
5+
6+
I archive my own GitHub discussions and issues. By default, I respect users privacy, and will not have your issue or discussion archived. You have to specifically ask for it to be archived if you want it to be.
7+
8+
***

0 commit comments

Comments
 (0)