Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.49 KB

File metadata and controls

45 lines (32 loc) · 1.49 KB

Contributing to threads-connect

Thank you for your interest in contributing. This document outlines the process for contributing to this project.

Getting Started

  1. Fork the repository on GitHub
  2. Clone your fork locally:
    git clone https://github.com/your-username/threads-connect.git
    cd threads-connect
  3. Create a branch for your changes:
    git checkout -b feat/your-feature-name

Making Changes

  • 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 features
    • fix: for bug fixes
    • docs: for documentation changes
    • chore: for maintenance tasks

Submitting a Pull Request

  1. Push your branch to your fork
  2. Open a Pull Request against main
  3. Fill in the PR template with a clear description of your changes
  4. Link any related issues using Closes #123

Code of Conduct

Be respectful and constructive. This project follows the Contributor Covenant code of conduct.

Good First Issues

Looking for a place to start? Check the issues labeled good first issue.

Questions

Open a GitHub Discussion for general questions or ideas.