Skip to content

Commit 48cfab5

Browse files
committed
Remove extra space
1 parent f437da8 commit 48cfab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ New scripts are added with pull requests against master branch of this repositor
3535
- script content:
3636
- do **NOT** use a shebang on the first line (like `#!/usr/bin/perl`), this is not needed
3737
- write a comment at the beginning with your name (or pseudo), your e-mail and the chosen license (which must be free)
38-
- consider using [Semantic versioning ](https://semver.org/) (recommended, not mandatory); only digits and dots are allowed in version
38+
- consider using [Semantic versioning](https://semver.org/) (recommended, not mandatory); only digits and dots are allowed in version
3939
- use only English for code and comments
4040
- do **NOT** use an extra API between WeeChat and your script (like Ruby gem "WeeChat"), use the standard WeeChat API only
4141
- use function [hook_url](https://weechat.org/files/doc/stable/weechat_plugin_api.en.html#_hook_url) (WeeChat ≥ 4.1.0), [hook_process](https://weechat.org/files/doc/stable/weechat_plugin_api.en.html#_hook_process) or [hook_process_hashtable](https://weechat.org/files/doc/stable/weechat_plugin_api.en.html#_hook_process_hashtable) if your script is doing something blocking (like fetching URL), to not block WeeChat

0 commit comments

Comments
 (0)