From 5725c8561ccdd55f0ce466b1ec208047f9c98519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 20 Feb 2021 11:12:14 +0100 Subject: doc: remove references to Savannah in developer's guide --- doc/en/weechat_dev.en.adoc | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'doc/en/weechat_dev.en.adoc') diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index e48cd9a2f..7a30165a5 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -1090,18 +1090,12 @@ Any patch for bug or new feature must be done on master branch, preferred way is a GitHub pull request. A patch can also be sent by e-mail (made with `git diff` or `git format-patch`). -Format of commit message is the following (to close a GitHub issue): +Format of commit message is the following (with automatic close of a GitHub issue): ---- component: fix a problem (closes #123) ---- -For a Savannah bug: - ----- -component: fix a problem (bug #12345) ----- - Where _component_ is one of following: * WeeChat core: _core_ (files in root directory, _po/_ and _src/_, @@ -1114,20 +1108,17 @@ Some rules to follow: * Use only English. * Use infinitive form of verb. -* If commit is related to something in tracker, write it in parenthesis after - the message, with this format: -** GitHub: closes #123 -** Savannah: bug #12345, task #12345, patch #12345 +* If commit is related to a GitHub issue, write it in parenthesis after + the message, with this format: `(issue #123)` or `(closes #123)` to close it. Examples of commit messages: ---- -irc: add command /unquiet (closes #36) core: add callback "nickcmp" for nick comparison in buffers -irc: fix freeze when reading on socket with SSL enabled (bug #35097) -ruby: add detection of ruby version 1.9.3 in CMake +core: update Japanese translations +irc: add command /unquiet (closes #36) python: fix crash when unloading a script without pointer to interpreter -core: update Japanese translations (patch #7783) +ruby: add detection of ruby version 1.9.3 in CMake ---- [[translations]] -- cgit v1.2.3