First off, thanks for taking the time to contribute! ❤️
And if you like the project, but just don't have time to contribute, that's fine. There are other easy ways to support the project and show your appreciation, which we would also be very happy about:
- Star the project
- Tweet about it
- Refer this project in your project's readme
- Mention the project at local meetups and tell your friends/colleagues
- Fork the repository
- Clone the forked repository to your local
- Create a new branch for your changes
- Make your changes and commit them (Follow the Commit Message Guidelines)
- Push your changes to your fork
- Open a pull request on the main repository.
- Follow the existing code style.
- Use clear and descriptive variable and function names.
- Keep code modular and DRY (Don't Repeat Yourself).
If you encounter any issues or have suggestions, please open an issue on the issue tracker.
- Include a clear and concise description of your changes in the pull request.
- Reference any relevant issues.
- Make sure your code passes all tests.
- Squash your commits before merging.
Please read CODE OF CONDUCT so that you can understand what actions will and will not be tolerated.