Skip to content

Commit e1ee4aa

Browse files
authored
3 sub-directories [10 files]
3 sub-directories for this directory, along with 10 files in YML, Markdown, and CODEOWNERS formats.
1 parent 5bb4f85 commit e1ee4aa

File tree

10 files changed

+847
-0
lines changed

10 files changed

+847
-0
lines changed

.github/CODEOWNERS

+194
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,194 @@
1+
# Start of script
2+
# I am going to keep trying on this until I get it right
3+
# @seanpm2001 is the global code owner for this project
4+
/// @seanpm2001
5+
// @seanpm2001
6+
# / @seanpm2001
7+
/* @seanpm2001
8+
* @seanpm2001
9+
# Directories at root
10+
# .github
11+
/.github/ @seanpm2001
12+
# Docs
13+
/Docs/ @seanpm2001
14+
# External
15+
/External/ @seanpm2001
16+
# OldVersions
17+
/OldVersions/ @seanpm2001
18+
# RepoData
19+
/RepoData/ @seanpm2001
20+
# Files at root
21+
.editorconfig @seanpm2001
22+
.gitattributes @seanpm2001
23+
.gitignore @seanpm2001
24+
AUTHORS @seanpm2001
25+
CITATION.cff @seanpm2001
26+
CONTRIBUTING.md @seanpm2001
27+
COPYINGL @seanpm2001
28+
CREDITS @seanpm2001
29+
DRM-free_label.en.svg @seanpm2001
30+
INSTALL @seanpm2001
31+
LINUX_DEFENDER.desktop @seanpm2001
32+
LICENSE.txt @seanpm2001
33+
Pax_tux.png @seanpm2001
34+
PROJECT_LANG_1.py @seanpm2001
35+
PROJECT_LANG_2.sh @seanpm2001
36+
README.md @seanpm2001
37+
SECURITY.md @seanpm2001
38+
SponsorButton.png @seanpm2001
39+
desktop.ini @seanpm2001
40+
makefile.mk @seanpm2001
41+
# Individual file types
42+
# Section A
43+
*.aiff @seanpm2001
44+
*.AIFF @seanpm2001
45+
*.alac @seanpm2001
46+
*.ALAC @seanpm2001
47+
*.applescript @seanpm2001
48+
*.asm @seanpm2001
49+
*.ASM @seanpm2001
50+
# Section B
51+
*.bib @seanpm2001
52+
# Section C
53+
*.c @seanpm2001
54+
*.C @seanpm2001
55+
*.cff @seanpm2001
56+
*.cpp @seanpm2001
57+
*.css @seanpm2001
58+
*.cxx @seanpm2001
59+
# Section D
60+
*.DS_STORE @seanpm2001
61+
*.desktop @seanpm2001
62+
*.dmg @seanpm2001
63+
*.DMG @seanpm2001
64+
# Section E
65+
*.editorconfig @seanpm2001
66+
# Section F
67+
# No entries starting with the letter F
68+
# Section G
69+
*.gif @seanpm2001
70+
*.GIF @seanpm2001
71+
*.gitattributes @seanpm2001
72+
*.gitignore @seanpm2001
73+
*.go @seanpm2001
74+
# Section H
75+
*.h @seanpm2001
76+
*.H @seanpm2001
77+
*.htm @seanpm2001
78+
*.html @seanpm2001
79+
# Section I
80+
*.ini @seanpm2001
81+
*.ipa @seanpm2001
82+
*.IPA @seanpm2001
83+
*.iso @seanpm2001
84+
*.ISO @seanpm2001
85+
# Section J
86+
*.java @seanpm2001
87+
*.js @seanpm2001
88+
*.jpg @seanpm2001
89+
*.jpeg @seanpm2001
90+
*.jpp @seanpm2001
91+
*.json @seanpm2001
92+
*.jspp @seanpm2001
93+
# Section K
94+
# No entries starting with the letter K
95+
# Section L
96+
# No entries starting with the letter L
97+
# Section M
98+
*.m @seanpm2001
99+
*.m4 @seanpm2001
100+
*.mm @seanpm2001
101+
*.mak @seanpm2001
102+
*.make @seanpm2001
103+
*.markdown @seanpm2001
104+
*.md @seanpm2001
105+
*.mdown @seanpm2001
106+
*.metal @seanpm2001
107+
*.mhtm @seanpm2001
108+
*.mhtml @seanpm2001
109+
*.mp3 @seanpm2001
110+
*.mk @seanpm2001
111+
*.mkd @seanpm2001
112+
*.mot @seanpm2001
113+
*.MOT @seanpm2001
114+
*.mov @seanpm2001
115+
*.MOV @seanpm2001
116+
# Section N
117+
# No entries starting with the letter N
118+
# Section O
119+
*.oga @seanpm2001
120+
*.ogg @seanpm2001
121+
# Section P
122+
*.p @seanpm2001
123+
*.P @seanpm2001
124+
*.pas @seanpm2001
125+
*.PAS @seanpm2001
126+
*.php @seanpm2001
127+
*.png @seanpm2001
128+
*.PNG @seanpm2001
129+
*.pl @seanpm2001
130+
*.pro @seanpm2001
131+
*.ps @seanpm2001
132+
*.PS @seanpm2001
133+
*.py @seanpm2001
134+
# Section Q
135+
*.qs @seanpm2001
136+
*.qt @seanpm2001
137+
# Section R
138+
*.rb @seanpm2001
139+
*.rs @seanpm2001
140+
# Section S
141+
*.self @seanpm2001
142+
*.sh @seanpm2001
143+
*.st @seanpm2001
144+
*.sql @seanpm2001
145+
*.svg @seanpm2001
146+
*.swift @seanpm2001
147+
# Section T
148+
*.tex @seanpm2001
149+
*.ts @seanpm2001
150+
*.tsx @seanpm2001
151+
*.ttf @seanpm2001
152+
*.TTF @seanpm2001
153+
*.txt @seanpm2001
154+
*.TXT @seanpm2001
155+
# Section U
156+
*.url @seanpm2001
157+
*.URL @seanpm2001
158+
# Section V
159+
*.v @seanpm2001
160+
*.vh @seanpm2001
161+
*.vhd @seanpm2001
162+
*.vhdl @seanpm2001
163+
*.vtt @seanpm2001
164+
# Setion W
165+
*.wim @seanpm2001
166+
*.woff @seanpm2001
167+
*.WOFF @Seanpm2001
168+
# Section X
169+
*.xhtm @seanpm2001
170+
*.xhtml @seanpm2001
171+
*.xml @seanpm2001
172+
# Section Y
173+
*.yaml @seanpm2001
174+
*.yml @seanpm2001
175+
# Section Z
176+
# No entries starting with the letter Z
177+
178+
# No more individual file types for now
179+
180+
# Todo
181+
182+
# Add every individual file
183+
# Finish adding all file types
184+
# Add new entries as they are added
185+
186+
# Past goals (completed)
187+
# Add all Wiki entries
188+
# Add all graphics entries
189+
190+
# File info
191+
# File type: codeowners file (CODEOWNERS)
192+
# File version: 2 (2022, Monday, February 21st at 3:05 pm)
193+
# Line count (including blank lines and compiler line): 195
194+
# End of script

.github/ISSUE_TEMPLATE.md

+112
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

+13
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

0 commit comments

Comments
 (0)