Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 2.55 KB

CONTRIBUTING.md

File metadata and controls

60 lines (42 loc) · 2.55 KB

🤝 Contributing to Textify

Thank you for considering contributing to Textify! Your help is greatly appreciated and essential for making this project better. Whether you're reporting bugs, suggesting features, or contributing code, your input is valuable.

✨ How to Contribute

Here are a few ways you can contribute:

1. Reporting Issues

If you encounter a bug or have a feature request, please open an issue on the GitHub Issues page. When reporting issues, please include:

  • A clear description of the problem or feature.
  • Steps to reproduce the issue (if applicable).
  • Any relevant screenshots or logs.

2. Suggesting Features

If you have an idea for a new feature, feel free to share it! Open an issue with a description of the feature and how it can benefit Textify.

3. Contributing Code

If you'd like to contribute code, please follow these steps:

  1. Fork the Repository: Click the "Fork" button in the upper right corner of the repository page.
  2. Clone Your Fork: Clone your forked repository to your local machine:
    git clone https://github.com/yourusername/Textify.git
    cd Textify
  3. Create a Branch: Create a new branch for your feature or bug fix:
    git checkout -b your-feature-branch
  4. Make Your Changes: Make the necessary changes in your local repository.
  5. Commit Your Changes: Commit your changes with a descriptive message:
    git commit -m "Add a new feature or fix a bug"
  6. Push Your Changes: Push your changes to your forked repository:
    git push origin your-feature-branch
  7. Open a Pull Request: Go to the original repository and click on "Pull Requests." Then click "New Pull Request" to open a pull request.

4. Reviewing Pull Requests

If you're interested in reviewing contributions, please check the open pull requests and provide feedback. Your insights can help improve the quality of the project!

📝 Guidelines for Contributions

  • Follow the Code Style: Make sure your code adheres to the existing code style of the project.
  • Write Clear Commit Messages: Write concise and clear commit messages that explain your changes.
  • Test Your Changes: Ensure that your changes work as expected and do not introduce new issues.

🎉 Thank You!

Your contributions make Textify a better tool for everyone. Thank you for your support and for being a part of this project!

If you have any questions, feel free to reach out to me at [[email protected]].