Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.79 KB

CONTRIBUTING.md

File metadata and controls

36 lines (22 loc) · 1.79 KB

How to contribute?

Any contributions you make are greatly appreciated. You can contribute to this project in the following ways.

  • Add new content
    If you would like to add some new content to the coursebook, feel free to fork the project. If you are satisfied with your modification and would like to commit the changes to this project, you can follow the easy steps below -
  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request
  • Proof-read the coursebook
    Despite our best efforts, there may be some typos, grammatical errors, and missing information in the coursebook. You can use raise a GitHub issue for any changes sought.

  • Cite if used in a publication
    You can also cite this project if you are using it for your work. See [Citation] for more information.

  • Star on GitHub
    You can help increase the visibility of this project by starring the GitHub repository.

  • Share with others
    You can greatly help the reach by sharing this project with others on social media or review on your blog or social media post.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By contributing to this project you agree to abide by its terms.

Conventions followed