Skip to content

Latest commit

 

History

History
40 lines (17 loc) · 1.47 KB

File metadata and controls

40 lines (17 loc) · 1.47 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!