mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
CONTRIBUTING: add commit message/PR title for a script addition
This commit is contained in:
parent
f25ff6b6b7
commit
c4fcb8bf47
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ Where `{{command}}` is the name of the command being modified, and `type of chan
|
|||
|
||||
For script changes, the commit message/PR title can be (but not limited to) one of the following examples:
|
||||
|
||||
- For a new script addition: `scripts/{{script_name}}: add script`
|
||||
- For a script edit: `scripts/set-alias-page: fix performance issue`
|
||||
- For changes that affect multiple scripts: `scripts: replace insecure library`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue