File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,9 @@ to the leading space in every consecutive line):
78
78
[related code]
79
79
```
80
80
81
- \[\] - Replace with apropriate data (see text enclosed in brackets)
82
- <> - Omitable (enclosed data can be left out)
81
+ ` [] ` - Replace with apropriate data (see text enclosed in brackets)
82
+
83
+ ` <> ` - Omitable (enclosed data can be left out)
83
84
84
85
Example:
85
86
@@ -101,6 +102,9 @@ The specified markers will be included in the issues body
101
102
along with some predefined text. If your comment is longer
102
103
than 40 characters, it will be truncated in the title.
103
104
105
+ Note: if you create several puzzle duplicates (same text after puzzle keyword),
106
+ pdd will fail to parse puzzles and produce an error with duplicates list.
107
+
104
108
There are 3 supported keywords, one of which must precede the mandatory
105
109
puzzle marker. They are ` @todo ` , ` TODO ` and ` TODO: ` .
106
110
You can’t perform that action at this time.
0 commit comments