Skip to content

Commit d043a7b

Browse files
Added CONTRIBUTING.md
1 parent dc92f5b commit d043a7b

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CONTRIBUTING.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
2+
We believe - and we hope you do too - that learning how to code, how to think, and how to contribute to open source can empower the next generation of coders and creators.
3+
4+
You can do it! Here’s how
5+
6+
If you have never contributed to an open source project before and you’re just getting started, consider exploring these resources.
7+
8+
[A Step by Step Guide to Making Your First GitHub Contribution](https://codeburst.io/a-step-by-step-guide-to-making-your-first-github-contribution-5302260a2940)
9+
10+
[How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
11+
12+
13+
In order to get some insights about Github terminologies consider exploring these resources.
14+
15+
[Collaborating With Issues And Pull Requests](https://help.github.com/categories/collaborating-with-issues-and-pull-requests/)
16+
17+
##
18+
19+
All contributors and maintainers of this project are subject to this code of conduct.
20+
21+
As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute to reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
22+
23+
24+
Some guidelines you must have to follow in order to contribute to this repository.
25+
26+
* Create your **branch**: `git checkout -b my-new-feature`
27+
28+
* **Commit** your changes: `git commit -m 'Add some feature'`
29+
30+
* **Push** to the branch: `git push origin my-new-feature`
31+
32+
* Send a **Pull Request**
33+
34+
* **Enjoy!**
35+
36+
##
37+
38+
If you are still facing some issues while contributing to the repository feel free to reach us on our **Gitter** channel.
39+
40+
[![Join the chat](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/LNMIIT-Computer-Club/Lobby)
41+
42+
**Note** : Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
43+
44+

0 commit comments

Comments
 (0)