Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 1.04 KB

How can I contribute to Olah?

Everyone is welcome to contribute, and we value everybody's contribution. Code contributions are not the only way to help the community. Answering questions, helping others, and improving the documentation are also immensely valuable.

It also helps us if you spread the word! Reference the library in blog posts about the awesome projects it made possible, shout out on Twitter every time it has helped you, or simply ⭐️ the repository to say thank you.

However you choose to contribute, please be mindful and respect our code of conduct.

Ways to contribute

There are lots of ways you can contribute to Olah:

  • Submitting issues on Github to report bugs or make feature requests
  • Fixing outstanding issues with the existing code
  • Implementing new features
  • Contributing to the examples or to the documentation

All are equally valuable to the community.

This guide was heavily inspired by the awesome transformers guide to contributing