Skip to content

Commit 80aa2a8

Browse files
committed
Add note on SPDX tags and link to contributing guide in pull request template
1 parent 0d5a8ab commit 80aa2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- [ ] Name: max 32 chars, only lower case letters, digits and underscores
3333
- [ ] Unique name, does not already exist in repository
3434
- [ ] No shebang on the first line
35-
- [ ] Comment in script with name/pseudo, e-mail and license
35+
- [ ] Comment in script with name/pseudo, e-mail and license using [SPDX](https://spdx.dev/) tags (see [Contributing guide](https://github.com/weechat/scripts/blob/main/CONTRIBUTING.md#adding-a-new-script))
3636
- [ ] Only English in code/comments
3737
- [ ] Pure WeeChat API used, no extra API
3838
- [ ] Function `hook_url`, `hook_process` or `hook_process_hashtable` is used for any blocking call

0 commit comments

Comments
 (0)