Skip to content

Commit 67e2c80

Browse files
committed
Rename and convert Contributing.adoc to CONTRIBUTING.md
1 parent 73a77bd commit 67e2c80

File tree

5 files changed

+53
-57
lines changed

5 files changed

+53
-57
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ if(CYGWIN)
132132
install(FILES
133133
${CMAKE_CURRENT_SOURCE_DIR}/AUTHORS.adoc
134134
${CMAKE_CURRENT_SOURCE_DIR}/CHANGELOG.md
135-
${CMAKE_CURRENT_SOURCE_DIR}/Contributing.adoc
135+
${CMAKE_CURRENT_SOURCE_DIR}/CONTRIBUTING.md
136136
${CMAKE_CURRENT_SOURCE_DIR}/README.adoc
137137
DESTINATION ${DATAROOTDIR}/doc/${PROJECT_NAME})
138138
endif()

CONTRIBUTING.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Contributing to WeeChat Relay
2+
3+
## Reporting bugs
4+
5+
First, some basic things:
6+
7+
- Use only English to communicate with developers.
8+
- Search in issues if the same problem or feature request has already been
9+
reported (a duplicate is waste of time for you and the developers!).
10+
- If you can, please check if the problem has been fixed in development version
11+
(if you are using a stable release or old version).
12+
- Report only one bug or feature request per issue.
13+
14+
### Security reports
15+
16+
Please **DO NOT** file a GitHub issue for security related problems, but send an
17+
email to [[email protected]](mailto:[email protected]) instead.
18+
19+
### Required info
20+
21+
When reporting [issues](https://github.com/weechat/weechat-relay/issues) on GitHub,
22+
please include:
23+
24+
- The **library version**: output of `weechat-relay-cli -v`
25+
- The **version of the remote WeeChat**: the output of `/v` in WeeChat,
26+
for example: _WeeChat 2.5-dev (git: v2.4-67-g413221bc9)_. +
27+
- Your **operating system**: its name and version (examples: Linux Debian Bookworm,
28+
FreeBSD 13.0, Windows/Cygwin 64-bit, Windows/Ubuntu 64-bit...).
29+
- The **steps to reproduce**: if possible, please include a reproducible example:
30+
explain the steps which led you to the problem.
31+
- The **gdb's backtrace** (only for a crash): if you can reproduce the crash
32+
(or if you have a core file), please include the backtrace from gdb.
33+
- The **actual result**.
34+
- The **expected result**: the correct result you are expecting.
35+
36+
## Feature requests
37+
38+
WeeChat Relay is under active development, so your idea may already have been
39+
implemented, or scheduled for a future version (you can check in
40+
[milestones](https://github.com/weechat/weechat-relay/milestones) on GitHub).
41+
42+
Pull requests on GitHub are welcome for minor new features.
43+
44+
For major new features, it's better to discuss about it in IRC
45+
(server: `irc.libera.chat`, channel `#weechat`).
46+
47+
Before submitting any pull request, be sure you have read the
48+
[coding rules](https://weechat.org/doc/weechat/dev/#coding_rules)
49+
in WeeChat Developer's guide, which contains info about styles used, naming
50+
convention and other useful info.

Contributing.adoc

-54
This file was deleted.

debian-stable/libweechatrelay.docs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
AUTHORS.adoc
2-
Contributing.adoc
2+
CONTRIBUTING.md
33
README.adoc
44
UPGRADING.md

weechat-relay.cygport.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ libweechatrelay_CONTENTS="
9898
usr/lib/libweechatrelay.dll
9999
usr/share/doc/weechat/AUTHORS.adoc
100100
usr/share/doc/weechat/CHANGELOG.md
101-
usr/share/doc/weechat/Contributing.adoc
101+
usr/share/doc/weechat/CONTRIBUTING.md
102102
usr/share/doc/weechat/COPYING
103103
usr/share/doc/weechat/README.adoc
104104
usr/share/doc/weechat/UPGRADING.md

0 commit comments

Comments
 (0)