Skip to content

Latest commit

 

History

History
44 lines (20 loc) · 2.07 KB

CONTRIBUTING.md

File metadata and controls

44 lines (20 loc) · 2.07 KB

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.

You can do it! Here’s how

If you have never contributed to an open source project before and you’re just getting started, consider exploring these resources.

A Step by Step Guide to Making Your First GitHub Contribution

How to Contribute to Open Source

In order to get some insights about Github terminologies consider exploring these resources.

Collaborating With Issues And Pull Requests

All contributors and maintainers of this project are subject to this code of conduct.

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.

Some guidelines you must have to follow in order to contribute to this repository.

  • Create your branch: git checkout -b my-new-feature

  • Commit your changes: git commit -m 'Add some feature'

  • Push to the branch: git push origin my-new-feature

  • Send a Pull Request

  • Enjoy!

If you are still facing some issues while contributing to the repository feel free to reach us on our Gitter channel.

Join the chat

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.