diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b10419a40a..ed844b9da8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`