diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-14 23:42:58 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-14 23:42:58 +0200 |
commit | e6dda930e88f94448099a424f8247de7bf831e02 (patch) | |
tree | 11f1b28b170da735141282712f5337417878bb1b | |
parent | 7d3d56cccdb068705a95eca330c1c94bd102698d (diff) | |
download | weechat-e6dda930e88f94448099a424f8247de7bf831e02.zip |
doc: fix styles in Contributing (issue #722)
-rw-r--r-- | Contributing.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Contributing.asciidoc b/Contributing.asciidoc index 4991933e1..a7d597ead 100644 --- a/Contributing.asciidoc +++ b/Contributing.asciidoc @@ -26,7 +26,7 @@ When reporting https://github.com/weechat/weechat/issues[issues] on GitHub, please include: * your *WeeChat version*: the output of `/v` in WeeChat, for example: - 'WeeChat 1.0-dev (git: v0.4.3-475-gb174b3c)'. + + _WeeChat 1.0-dev (git: v0.4.3-475-gb174b3c)_. + If WeeChat does not start at all, please include the version displayed by `weechat --help` (or the version installed with your package manager). * your *operating system*: its name and version (examples: Linux Debian Wheezy, @@ -42,7 +42,7 @@ https://weechat.org/files/doc/devel/weechat_user.en.html#report_crashes[User's g for more info). [IMPORTANT] -Most of times, the WeeChat crash log file ('weechat_crash_YYYYMMDD_xxx.log') is +Most of times, the WeeChat crash log file (_weechat_crash_YYYYMMDD_xxx.log_) is *NOT USEFUL* to fix the bug, so please report this file *ONLY* if a developer asked you to send it (and be extremely careful, this file can contain personal data like passwords and contents of your chats). @@ -80,7 +80,7 @@ https://github.com/weechat/weechat/milestones[milestones] on GitHub. Pull requests on GitHub are welcome for minor new features. For major new features, it's better to discuss about it in IRC -(server: 'chat.freenode.net', channel '#weechat'). +(server: _chat.freenode.net_, channel _#weechat_). Before submitting any pull request, be sure you have read the https://weechat.org/files/doc/devel/weechat_dev.en.html#coding_rules[coding rules] |