Skip to content

Commit

Permalink
[cqfn#238] Add another example for ticket id's
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Feb 1, 2024
1 parent a71e657 commit 291030b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,12 @@ of the mandatory marker):
# @todo #55:45min Puzzle description
@todo #67/DES Puzzle description
;; @todo #678:40m/DEV Puzzle description
// TODO: #1:30min Puzzle description
// TODO: #TEST-21:30min Puzzle description
```

Here `DES` and `DEV` are the roles of people who must fix that puzzles;
`45min` and `40m` is the amount of time the puzzle should take;
`224`, `55`, `67`, `678` and `1` are the IDs of the tickets
`224`, `55`, `67`, `678` and `TEST-21` are the IDs of the tickets
these puzzles are coming from.

Markers are absolutely necessary for all puzzles, because they allow
Expand Down

0 comments on commit 291030b

Please sign in to comment.