Thank you for considering contributing! Here are some guidelines to help you get started.
- Fork the repository: Click the "Fork" button at the top right of the repository page.
- Clone your fork:
git clone https://github.com/your-username/your-fork.git
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes: Implement your feature or fix the bug.
- Commit your changes:
git commit -m "Add feature/fix: [brief description of your changes]"
- Push to your fork:
git push origin feature/your-feature-name
- Create a Pull Request: Go to the original repository and click the "New Pull Request" button.
Please note that this project is released with a Code of Conduct and Security Policy. By participating in this project, you agree to abide by its terms.
If you find a bug or have a feature request, please open an issue here with a clear description of the problem or suggestion.
- Follow the coding style used in the project.
- Write clear, concise commit messages.
- Ensure your code passes all tests before submitting.
Thank you for your contributions!