Better links from TW devel docs to TaskChampion (#3253)

This commit is contained in:
Dustin J. Mitchell
2024-01-21 18:03:11 -05:00
committed by GitHub
parent 4008069a70
commit fa21835001
6 changed files with 24 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
# Developing Taskwarrior
The following describes the process for developing Taskwarrior. If you are only
changing TaskChampion (Rust code), you can simply treat it like any other Rust
project: modify the source under `taskchampion/` and use `cargo test` to run
the TaskChampion tests.
See the [TaskChampion CONTRIBUTING guide](../../../taskchampion/CONTRIBUTING.md) for more.
## Satisfy the Requirements:
* CMake 3.0 or later