Thank you for considering contributing to our project! Here are some guidelines to help you get started:
-
Set up the project using the README.md.
-
Create a new branch for your feature or bugfix:
git checkout -b feature/your-feature-name
-
Make your changes in the new branch.
-
Optionally, add your name to the CONTRIBUTORS.md file.
-
Commit your changes with a descriptive commit message.
git commit -m "Add feature: description of your feature" -
Push your changes to your fork.
git push origin feature/your-feature-name
- Open a pull request to the main repository.
- Provide a clear description of your changes and any related issues.
Thank you for your contributions!