Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 990 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (16 loc) · 990 Bytes

ONLY FOR THOSE WHO WANNA CONTRIBUTE.

Want to Contribute?

Thank you for considering contributing to our project! We appreciate any help or contributions you can offer, whether it's reporting a bug, submitting a feature request, or contributing code.

If you're interested in contributing code, please follow these steps:

  1. Fork this repository
  2. Create a new branch (git checkout -b feature/your-branch-name)
  3. Make your changes and commit them (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/your-branch-name)
  5. Create a new Pull Request

if you think you know a better way to contribute. So feel free to collaborate in that way.


Please make sure to test your changes thoroughly and provide a clear description of the problem you're trying to solve or the feature you're adding.