Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1012 Bytes

File metadata and controls

33 lines (21 loc) · 1012 Bytes

Contributing

First off, thank you for considering contributing to our project! We’re excited to have you on board.

How Can I Help?

There are many ways you can help:

  • Reporting bugs
  • Suggesting features
  • Writing documentation
  • Submitting pull requests (PRs)

Reporting Issues

If you find a bug or have an issue, please check the open issues before creating a new one. If it’s not there, feel free to open a new issue and provide as much information as possible.

Submitting Changes

  1. Fork the repo.
  2. Create a branch for your feature (git checkout -b feature-name).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to your forked repo (git push origin feature-name).
  6. Open a pull request to the main repository.

Coding Standards

Please follow our coding guidelines and write tests for any new code you add.


Thanks for contributing! You're awesome. 😎