Update Contribution guidelines and PR template (#2575)

This commit is contained in:
Waldir Pimenta
2018-11-13 23:39:53 +00:00
committed by Owen Voke
parent f8c184402b
commit c2fc8203ae
2 changed files with 9 additions and 18 deletions

View File

@@ -87,9 +87,10 @@ For the commit message, use the following format:
<command>: type of change
Examples:
- `ls: add page`
- `cat: fix typo`
- `git-push: add --force example`
- For a new page addition: `ls: add page`
- For a page edit: `cat: fix typo`, `git-push: add --force example`
- For a new translation of an existing page: `cp: add Tamil translation`
- For related changes to several pages: `grep, find, locate: synchronize format of wildcards`
## Licensing