First off, thank you for considering contributing to this project! It's people like you that make the open-source community such an amazing place to learn, inspire, and create.
- Check the Issues to see if the bug has already been reported.
- If not, open a new issue, providing as much detail as possible, including steps to reproduce the bug and your environment details.
- Open a new issue and describe the enhancement you'd like to see.
- Explain why this enhancement would be useful to most users.
- Fork the repository.
- Create a new branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
- Use clear and descriptive commit messages.
- Ensure your code follows the existing style of the project.
- Update the README.md if your changes introduce new features or change existing ones.
Feel free to open an issue with the tag question.
Thank you for your contributions!