Skip to content

Commit 3014f83

Browse files
authored
Create CONTRIBUTING.md
1 parent 7cac740 commit 3014f83

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: CONTRIBUTING.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CONTRIBUTING
2+
3+
if you want to add one hello world in a language who is not in this repo
4+
5+
you must respect 3 rules :
6+
7+
- create a new dir with the name of the programming language
8+
- add a code file with the right extension **ONLY** (for example : for a compiled language , do not put the binary file)
9+
- add a `readme.md` to explain how to run the script and link of the language (you can see an example [here](/Python/Readme.md))

0 commit comments

Comments
 (0)