Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 2.01 KB

CONTRIBUTING.md

File metadata and controls

49 lines (37 loc) · 2.01 KB

Contributing to Td

Welcome to Td! Thank you for your interest in contributing. This guide will help you understand how you can be part of making Td better.

Quick Start Guide

👀 Want to Contribute?

  • Browse our issues - they're all ready for implementation
  • Look for issues tagged with "contributor friendly" if you're new
  • Need help? Just comment on the issue - we're here to help!

🐛 Found a Bug?

  1. Check if it's already reported in issues or discussions
  2. Have steps to reproduce? Open an issue
  3. Not sure how to reproduce? Start a discussion

💡 Have an Idea?

  1. Share it in discussions
  2. Let's refine it together before moving to implementation

🚀 Ready to Submit Code?

  1. For existing issues: Open a pull request
  2. For new features: Start a discussion first and link to your code
  3. Make sure your code addresses an agreed-upon issue

❓ Have Questions?

Start a discussion - we're happy to help!

How We Work

Issue Management

  • Our issue tracker contains only actionable, well-defined tasks
  • Feature requests and general discussion happen in discussions
  • Issues are created only after discussion and clear understanding of requirements

Pull Request Guidelines

  • PRs should implement an existing issue
  • Link your PR to the related issue
  • Keep discussions about feature design in discussions, not PRs
  • Work-in-progress? Share your progress in the related discussion

Note from the Maintainer

Td is maintained in my free time as a personal project. To make the best use of everyone's time, please:

  • Read this guide before contributing
  • Start with discussions for new ideas
  • Check existing issues and discussions before reporting bugs
  • Be patient with responses

Thank you for helping make Td better! ✨