Skip to content

Commit 27edcfe

Browse files
authored
CONTRIBUTING.md
The CONTRIBUTING.md file for this project.
1 parent 6e9884e commit 27edcfe

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

CONTRIBUTING.md

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
***
2+
3+
# CONTRIBUTING
4+
5+
Contributing to SNU 2D programming tools is easy to do if you are experienced. This repository is planned to be written in every programming language. For development, you can choose which language you want to work on, but you should also have some background HTML, CSS, and JS or PHP experience.
6+
7+
This is an upload of a module from a local directory.
8+
9+
## Modify
10+
11+
> * You can modify each terminal center. The purpose of these is to emulate programming in various languages, even archaic ones, such as B, FORTRAN II, etc. The pages currently need modifications so that programming can be done via a web browser.
12+
13+
> * High ranking contributers that are certified by [seanpm2001](https://github.com/seanpm2001/) are allowed to modify home pges
14+
15+
> * Home pages for different languages can be modified, but they have to follow the theme, remain fast and efficient, and serve their purpose
16+
17+
## Don't modify
18+
19+
> * Some sections should not be modified. For example, DO NOT MODIFY SUB REPOSITORIES. Do not modify any files in this path:
20+
`//Programming Tools/!Repositories!/SNU/`
21+
22+
> * Do not modify snapshot files. Snpapshot files are used to archive old versions of pages. They are not to be modified.
23+
Snapshot files end with `snapshot1`, `snapshot2`, etc. or `V1`, `V2`, etc.
24+
25+
> * Do not modify the software center pages, this page is no longer used here, it is part of a different project, it just serves legacy purposes.
26+
27+
> * Do not modify the license file
28+
29+
> * Only the repository owner [(seanpm2001)](https://github.com/seanpm2001/) can modify the `README.md` file, the `CONTRIBUTING.md` file, and the `LICENSE.md` files.
30+
31+
***
32+
33+
## Do not add
34+
35+
Do not add any of these features:
36+
37+
> * Backdoors (obviously)
38+
39+
> * Heavy IDEs (using more than 2 MB/s for basic files)
40+
41+
> * Other malicious features (obviously)
42+
43+
> * NSFW/NSFL content (obviously)
44+
45+
> * User data collection tools (obviously)
46+
47+
***
48+
49+
### You are now ready to contribute to this project
50+
51+
***
52+
53+
Make sure to follow the rules of the latest `Contributing.md` file version.
54+
55+
`Contributing.md` version: `1 (Monday, June 8th 2020 at 3:11 pm)`
56+
57+
Line count: `60`
58+
59+
***

0 commit comments

Comments
 (0)