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!
-
Fork the repo and clone your fork:
git clone https://github.com/<your-username>/task-trek.git cd task-trek
-
Create a branch for your work:
git checkout -b feat/your-feature-name
-
Install dependencies and test your changes locally.
-
Commit your changes with a clear message:
git commit -m "Add feature: summary notifications" -
Push and open a Pull Request:
git push origin feat/your-feature-name
-
Link your PR to an open issue if applicable (e.g.,
Closes #12).
- 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.mdandissuesbefore starting work
We appreciate your contributions. Let’s build something awesome together!
Questions? Ping us in the Discord server