Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.44 KB

CONTRIBUTING.md

File metadata and controls

45 lines (29 loc) · 1.44 KB

Contributing to Threads Clone

Thank you for your interest in contributing to Threads Clone! 🚀

Opening Issues

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.

Contributing Code

  1. Fork the repository.

  2. Clone the forked repository to your local machine.

  3. Create a new branch for your changes:

    git checkout -b feature/your-feature-name
  4. Make your changes and commit them:

    git commit -am 'Add some feature'
  5. Push your changes to the branch:

    git push origin feature/your-feature-name
  6. Open a pull request with a clear title and description.

Code Style

Follow the existing code style and linting rules. Ensure that your code passes all tests.

Reporting Security Issues

If you discover any security-related issues, please avoid creating public issues. Instead, email us directly at here.

License

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!

Existing Contributors