Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 912 Bytes

File metadata and controls

40 lines (23 loc) · 912 Bytes

Contribution Guide

Thank you for your interest in contributing to TextZen!

How to Contribute

1. Check Issues

First, please check the Issues.

  • Create a new issue for bug reports or feature suggestions.
  • Add comments to existing issues if similar ones already exist.

2. Create a Branch

Before starting development, create a new branch:

git checkout -b feature/your-feature-name

3. Edit Code

For development environment setup, please refer to README.md.

4. Create a Pull Request

When your changes are complete, create a Pull Request (PR).

  • Clearly state the PR title and description.
  • If possible, attach screenshots or demo GIFs.
  • Mention @moekiorg to request a review.

License

This project is operated under the Apache License, Version 2.0.


Thank you for your cooperation! 🎉