From c4fcb8bf475b4a31e7dbf18a8908476783ea50c5 Mon Sep 17 00:00:00 2001 From: Vitor Henrique Date: Wed, 14 Feb 2024 16:52:00 -0300 Subject: [PATCH] CONTRIBUTING: add commit message/PR title for a script addition --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) 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`