Skip to content

Commit af12be0

Browse files
committed
CONTRIBUTING.md: expand commit message guidelines
- Add example commit messages for translations and for changes that affect multiple pages; - Prefix each example with a description of the type of change it refers to.
1 parent 6d32be7 commit af12be0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@ For the commit message, use the following format:
8787
<command>: type of change
8888

8989
Examples:
90-
- `ls: add page`
91-
- `cat: fix typo`
92-
- `git-push: add --force example`
90+
- For a new page addition: `ls: add page`
91+
- For a page edit: `cat: fix typo`, `git-push: add --force example`
92+
- For a new translation of an existing page: `cp: add Tamil translation`
93+
- For related changes to several pages: `grep, find, locate: synchronize format of wildcards`
9394

9495
## Licensing
9596

0 commit comments

Comments
 (0)