Skip to content

Commit 296389c

Browse files
committed
document the "issues" command
1 parent 44178b0 commit 296389c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/admin/issues.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Creating tracking issues
2+
3+
Usage:
4+
5+
```
6+
> cargo run -- issues
7+
```
8+
9+
The `issues` command is used to create tracking issues at the start of a project goal session. When you first run it, it will simply tell you what actions it plans to take.
10+
11+
To actually commit and create the issues, supply the `--commit` flag:
12+
13+
```
14+
> cargo run -- issues --commit
15+
```
16+
17+
This will also edit the goal documents to include a link to each created tracking issue. You should commit those edits.
18+
19+
You can later re-run the command and it will not repeat actions it has already taken.c

0 commit comments

Comments
 (0)