Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
brownsarahm committed Apr 2, 2024
1 parent e4dcd02 commit 6cda94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/tasktracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ allows specifying a file for the body of the issue, and `-` reads from stdin, or

(makeupbadgeissue)=
### Create a badge issue for a specific date
Put badge instructions into the PR comment, while creating a PR from the current branch
Create a badge issue from instructions

```
cspt getassignment --type practice --date 2024-02-15 | gh pr create -t 'practice 2024-02-15' -F -
cspt getassignment --type practice --date 2024-02-15 | gh issue create -t 'practice 2024-02-15' -F -
```


Expand Down

0 comments on commit 6cda94f

Please sign in to comment.