Thank you for considering contributing to Texty! Here are a few guidelines to follow:
- Fork the repository and clone it locally.
- Create a new branch for your contribution (e.g.,
feature-new-text-style
). - Make changes to the codebase or documentation.
- Test your changes thoroughly.
- Submit a pull request to dev branch describing the changes made and link any relevant issues.
- Search the issue tracker to see if the issue already exists.
- If not, create a new issue with a clear description of the bug or feature request.
- Follow the coding standards used in the project.
- Ensure code is clean, well-documented, and adheres to best practices.
- Ensure all changes pass the existing tests(will be added soon).
- Add new tests if applicable.
- Be respectful in discussions and collaborative efforts.
- Contributions are reviewed before being merged.