Thank you for considering contributing to Regret-Blocker! We welcome contributions to scale the project.
- If you find a bug, please create an issue on GitHub with detailed information on how to reproduce the issue.
- We welcome suggestions for new features or enhancements. Please open an issue on GitHub to discuss your ideas.
- Create a new branch for your work:
git checkout -b feature-name - Make your changes and commit them with clear commit messages.
- Push your branch to your forked repository:
git push origin feature-name - Open a pull request on the main repository and describe the changes you have made.
Please adhere to the following coding standards:
- Follow the Google Python Style Guide.
- Write clear and concise commit messages.
- Ensure your code is well-documented.
- Ensure your code follows the coding standards.
- Open a pull request and provide a detailed description of your changes.
- Wait for a review from a project maintainer.
- Address any feedback and make necessary changes.
Thank you for your contributions!