Skip to content

Commit 2be2fee

Browse files
committed
readme done
1 parent 523afbf commit 2be2fee

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## How to contribute resources
2+
3+
1. Fork, https://github.com/codezonediitj/codezonediitj.github.io.
4+
2. Execute `git clone https://github.com/<your-github-username>/codezonediitj.github.io`.
5+
3. Go to the directory of the above repository.
6+
4. Execute `git remote add origin_user https://github.com/<your-github-username>/codezonediitj.github.io`.
7+
5. Execute `git checkout -b add-resources`.
8+
6. Edit `resources.md`. See the rules for editing below.
9+
7. Execute `git add .`.
10+
8. Execute `git commit -m "added resources"`.
11+
9. Execute `git push origin_user add-resources`.
12+
10. Make a PR by comparing `add-resources` of your fork and `master` of ours.
13+
14+
That'a all. It's that easy.
15+
16+
## How to add your blog entry
17+
18+
Follow steps 1 - 4 of `How to contribute resources` if you haven't.
19+
20+
5. Execute `git checkout -b add-blog`.
21+
6. Add your blog entry in `_posts` folder.
22+
7. Execute `git add .`.
23+
8. Execute `git commit -m "added blog entry"`.
24+
9. Execute `git push origin_user add-blog`.
25+
10. Make a PR by comparing `add-resources` of your fork and `master` of ours.
26+
27+
That's all. Your blog is under review.
28+
29+
## Rules for editing
30+
31+
1. **For adding resources**: Append your name in the `resources.md` file. The list is at the end of the file. Follow the `markdown` syntax. Follow the constraint that each set should not have more than 5 links. You are allowed to make new sets.
32+
2. **For adding blog entry**: The name of the file should be similar to, `2017-11-14-Dennis-Ritchie-Father-of-C.md`. Be sure not to use any language(communicating, not programming :P) that is not accepted by society. Rest depends on the review of the members.
33+
34+
The portion below this line was taken from **Massively** README.md. We are thankful to its development team for allowing us to use it.
35+
136
# Massively
237
> This is Massively, a text-heavy, article-oriented design built around a huge background
338
image.

0 commit comments

Comments
 (0)