Thank you for your interest in contributing to this project, I'd love to see that effort! Here are some guidelines to help you get started:
-
Fork the repository and clone it to your local machine.
-
Create a new branch for your feature or bugfix:
git checkout -b feature/your-feature-name
-
Make your changes and ensure the code follows the project's style guidelines.
-
Test your changes thoroughly.
-
Commit your changes with a clear and descriptive commit message:
git commit -m "Add: New feature for handling quotes" -
Push your changes to your forked repository:
git push origin feature/your-feature-name
-
Open a Pull Request (PR) and describe your changes in detail.
- As long as it's somewhat legible it's fine (and follows my methodology a bit).
- Include comments where necessary to explain complex logic.
- Have fun.
If you find a bug or have a feature request, please open an issue on GitHub. Include as much detail as possible, such as:
- Steps to reproduce the issue.
- Expected behavior.
- Actual behavior.
- Screenshots or error messages (if applicable).
By contributing to this project, you agree that your contributions will be licensed under the GNU General Public License v3.