Thanks for wanting to help!
Even small contributions (typos, docs, bug reports, tests) are very welcome.
website for showcasing the cli tool : https://task-ten-gules.vercel.app
- Report bugs
- Suggest small features in the CLI and also in the website.
- Fix typos in help text or README
- Improve Windows/macOS instructions
- Add/update tests
- Small refactoring or cleanups
git clone https://github.com/anikchand461/task.git
cd task
go mod tidy
go run ./cmd/task --helpBuild your own binary:
go build -o task ./cmd/task
./task list- Pick or create an issue
- Create a branch:
git checkout -b fix/somethingorgit checkout -b docs/improve-readme - Make changes
- Test locally:
go run ./cmd/task ...or./task ... - Commit (small & clear messages)
- Push & open a Pull Request
- Title should be short and clear
- Describe what + why in the PR body
- Reference related issue if any (
Fixes #42) - One feature / fix per PR is preferred
Feel free to comment "I'd like to work on this" — I'll assign it.
Questions?
Just open an issue or mention @anikchand461
Thanks for helping make Task CLI better! 🚀