Thank you for your interest in contributing to Threads Clone! 🚀
If you encounter any bugs, have feature requests, or want to discuss improvements, please open an issue. Make sure to provide a clear and detailed description, along with steps to reproduce the issue if applicable.
-
Fork the repository.
-
Clone the forked repository to your local machine.
-
Create a new branch for your changes:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git commit -am 'Add some feature'
-
Push your changes to the branch:
git push origin feature/your-feature-name
-
Open a pull request with a clear title and description.
Follow the existing code style and linting rules. Ensure that your code passes all tests.
If you discover any security-related issues, please avoid creating public issues. Instead, email us directly at here.
By contributing, you agree that your contributions will be licensed under the MIT License.
We appreciate your contributions and look forward to making Threads Clone even better together!