mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00

* move taskchampion-lib to src/tc/lib, remove the rest * update references to taskchampion * Use a top-level Cargo.toml so everything is consistent * apply comments from ryneeverett
16 lines
627 B
Markdown
16 lines
627 B
Markdown
# Development Documentation
|
|
|
|
This directory contains the _development_ documentation for Taskwarrior.
|
|
For all other documenation, see https://taskwarrior.org.
|
|
|
|
* [Contributing To Taskwarrior](contrib/README.md)
|
|
* [Taskwarrior RFCs](rfcs/README.md)
|
|
|
|
## Taskwarrior and TaskChampion
|
|
|
|
As of the 3.0 release, Taskwarrior uses TaskChampion to manage task data.
|
|
Find documentation of TaskChampion here:
|
|
|
|
* [TaskChampion Repository](https://github.com/GothenburgBitFactory/taskchampion/)
|
|
* [TaskChampion Book](https://gothenburgbitfactory.github.io/taskchampion/)
|
|
* [TaskChampion API Documentation](https://docs.rs/taskchampion)
|