Skip to content

Commit 6f807eb

Browse files
authored
CONTRIBUTING.md
The CONTRIBUTING.md file for this project.
1 parent 946d5d6 commit 6f807eb

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

CONTRIBUTING.md

+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
2+
***
3+
4+
# Contributing
5+
6+
> **Make sure to always follow the latest version of the CONTRIBUTING.md file**
7+
8+
Contributions to the SNU project are allowed (only for trusted contributers) as long as you follow these contributing guidelines:
9+
10+
> * Keep it professional
11+
12+
> Please refrain from using swearing, using slurs, or other bad words when committing
13+
14+
> * Do not modify snapshot files
15+
16+
> Snapshot files serve as an archive of old versions of pages. Do not edit or delete these files
17+
18+
> * Create snapshot files after each verified commit
19+
20+
> You have to create archives of your work after each commit to a file. For snapshots, just copy and paste the file you edited with the contents you edited, and save it in the `OldVersions/` directory with the original name, followed by `_snapshot` then a number that is 1 above the previous snapshot
21+
22+
> * Do not modify certain files
23+
24+
> Only approved high-level contributers can modify certain files, such as Wiki pages, contributing.md, README.md, and the license.
25+
26+
> * Do not add in tracking scripts
27+
28+
> Trackers are not allowed in any of my projects. Please keep backdoors, trackers, rootkits, keyloggers, and other privacy invasive features out of every file,
29+
30+
> * Keep it efficient
31+
32+
> These pages should be able to quickly load with less than 10 megabits of bandwidth speed. Please do not bog down page performance.
33+
34+
> * Don't add images without permission
35+
36+
> Images are sensitive for this project and will need to be approved before they can be committed.
37+
38+
> Please make sure to follow these rules to develop here.
39+
40+
> * Don't modify the Wiki without permission
41+
42+
> The Wiki is important for certain information and shouldn't be vandalized. Ask before modifying it. You must get approval from SeanPM2001 or another contributer of high level to the SNU project.
43+
44+
> * Don't blank out files
45+
46+
> Blanking out files is considered vandalism. Do not delete all the contents of a file.
47+
48+
> * Don't add copyrighted material without permission
49+
50+
> Copyrighted material needs permission to be added. You can't upload copyrighted material without permission. Some copyright holders to be aware of include Nintendo, Fox, Viacom, UMG, and many others. The ones listed are very strict on copyright and will try to hurt you over the littlest of things.
51+
52+
> * No vandalism
53+
54+
> Do not vandalize anything. This is pretty straightforward. If you are unsure what counts as vandalism, read other entries in this file.
55+
56+
> * Keep your commits professional
57+
58+
> Please document your commits well, but refrain from using swear words, slurs, or other bad words, unless you are referencing a file.
59+
60+
> * Do not delete lone `IGNORE.md` files
61+
62+
> `IGNORE.md` files should not be deleted if they are the only file in the folder/directory. If there is only an `IGNORE.md` file in a directory, it means the local repository had a blank directory, and I had to create an `IGNORE.md` file on GitHub, since you can't create empty folders/directories on GitHub.
63+
64+
> * Do not start writing in other languages without permission
65+
66+
> Do not start writing in a new language without permission. You can modify the current files with the current languages, but new languages would need approval first.
67+
68+
> * Fix as many bugs as possible
69+
70+
> In recent files, try to find and fix as many bugs as possible. If you are not capable of this, you can do other things, or you can make spelling corrections only if you are really good at the language you are writing in.
71+
72+
***
73+
74+
## File info
75+
76+
Contributing file version: `1 (Tuesday, July 7th 2020 at 12:58 am)`
77+
78+
Line count: `85`
79+
80+
File type: `Markdown (*.md)`
81+
82+
### End of file
83+
84+
***

0 commit comments

Comments
 (0)