mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
20 lines
762 B
Markdown
20 lines
762 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 README](../../taskchampion)
|
|
* [TaskChampion CONTRIBUTING guide](../../taskchampion/CONTRIBUTING.md)
|
|
* [TaskChampion Book](../../taskchampion/docs/src/SUMMARY.md)
|
|
* [TaskChampion API Documentation](https://docs.rs/taskchampion)
|
|
|
|
TaskChampion will [become its own
|
|
project](https://github.com/GothenburgBitFactory/taskwarrior/issues/3209) soon.
|