First off, thanks for taking the time to contribute! The following is a set of guidelines for contributing to our project.
If you find a bug, please create an issue describing the bug and the steps to reproduce it. Ensure the issue hasn't already been reported.
We welcome feature suggestions. Please create an issue detailing your idea and why you think it would benefit the project.
- Fork the repository.
- Head on the website documentation here and read it
- Create your feature branch (
git checkout -b feature/AmazingFeature
) from thedevelop
branch⚠️ ⚠️ . - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a pull request into the
develop
branch notmain
⚠️ ⚠️ ⚠️ .
Please ensure your code adheres to the following standards:
- Use meaningful variable and method names.
- Include comments where necessary.
- Follow the existing code style.
This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code.