Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.24 KB

File metadata and controls

55 lines (33 loc) · 1.24 KB

🤝 Contributing to TaskTrek

Welcome to TaskTrek — a terminal-based productivity tool built for developers. Whether you're fixing a bug or adding a new feature, we're excited to have your help!

🚀 Getting Started

  1. Fork the repo and clone your fork:

    git clone https://github.com/<your-username>/task-trek.git
    cd task-trek
  2. Create a branch for your work:

    git checkout -b feat/your-feature-name
  3. Install dependencies and test your changes locally.

  4. Commit your changes with a clear message:

    git commit -m "Add feature: summary notifications"
  5. Push and open a Pull Request:

    git push origin feat/your-feature-name
  6. Link your PR to an open issue if applicable (e.g., Closes #12).


🧠 Contribution Tips

  • Star the repo before contributing 🌟
  • Write clean, well-commented code
  • Follow existing formatting and naming conventions
  • Keep PRs focused — one feature or fix at a time
  • Check README.md and issues before starting work

🙌 Thank You!

We appreciate your contributions. Let’s build something awesome together!

Questions? Ping us in the Discord server