Thank you for your interest in contributing. This document outlines the process for contributing to this project.
- Fork the repository on GitHub
- Clone your fork locally:
git clone https://github.com/your-username/threads-connect.git cd threads-connect - Create a branch for your changes:
git checkout -b feat/your-feature-name
- Follow the existing code style and conventions
- Keep changes focused — one feature or fix per PR
- Write clear, descriptive commit messages using Conventional Commits:
feat:for new featuresfix:for bug fixesdocs:for documentation changeschore:for maintenance tasks
- Push your branch to your fork
- Open a Pull Request against
main - Fill in the PR template with a clear description of your changes
- Link any related issues using
Closes #123
Be respectful and constructive. This project follows the Contributor Covenant code of conduct.
Looking for a place to start? Check the issues labeled good first issue.
Open a GitHub Discussion for general questions or ideas.