CONTRIBUTING: add commit message/PR title for a script addition

pull/23/head
Vitor Henrique 2024-02-14 16:52:00 -03:00 committed by K.B.Dharun Krishna
parent f25ff6b6b7
commit c4fcb8bf47
1 changed files with 1 additions and 0 deletions

View File

@ -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`