Skip to content

Commit d56036c

Browse files
committed
docs(web): write more about prefixes used in commit headers
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent ecf4c2e commit d56036c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/contributions.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,12 +438,27 @@ Title of commit log and pull request
438438
Tmain
439439
Changes for the test cases under ``Tmain/`` directory
440440

441+
units
442+
Changes for the test harness (misc/units.py) itself
443+
441444
docs(web)
442445
Changes for the ``docs/*.rst``
443446

444447
docs(man)
445448
Changes for the ``man/*.rst``
446449

450+
dsl
451+
Changes operators that can be used in optscript command
452+
453+
operators
454+
Changes operators that can be used in optlib `{{` ... `}}` blocks
455+
456+
prelude
457+
Changes optlib procedures defined in main/CommonPrelude.ps
458+
459+
CXX (or Cxx)
460+
Changes affecting all parsers defined in parsers/cxx
461+
447462
See also the output of ``git log`` command.
448463

449464
* Combine prefixes with a comma if a change modifies multiple parts of our source tree

0 commit comments

Comments
 (0)