Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.03 KB

Guidelines.md

File metadata and controls

31 lines (20 loc) · 1.03 KB

Contribution Guidelines

Thank you for considering contributing to Texty! Here are a few guidelines to follow:

How to Contribute

  1. Fork the repository and clone it locally.
  2. Create a new branch for your contribution (e.g., feature-new-text-style).
  3. Make changes to the codebase or documentation.
  4. Test your changes thoroughly.
  5. Submit a pull request to dev branch describing the changes made and link any relevant issues.

Reporting 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.

Code Style

  • Follow the coding standards used in the project.
  • Ensure code is clean, well-documented, and adheres to best practices.

Testing

  • Ensure all changes pass the existing tests(will be added soon).
  • Add new tests if applicable.

Additional Notes

  • Be respectful in discussions and collaborative efforts.
  • Contributions are reviewed before being merged.