mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 15:25:41 +02:00
core: rename and convert Contributing.adoc to CONTRIBUTING.md
This commit is contained in:
@@ -9,7 +9,7 @@ body:
|
||||
Before submitting a bug, please check that it has not already been reported by searching in [open and closed bugs](https://github.com/weechat/weechat/issues?q=is%3Aissue+label%3Abug).
|
||||
If you don't use the latest version, please try if possible with the latest stable release to be sure the issue is still present and report the issue on this version.
|
||||
|
||||
**IMPORTANT**: please do not report any security issue here, see [Contributing.adoc](https://github.com/weechat/weechat/blob/master/Contributing.adoc#security-reports).
|
||||
**IMPORTANT**: please do not report any security issue here, see [CONTRIBUTING.md](https://github.com/weechat/weechat/blob/master/CONTRIBUTING.md#security-reports).
|
||||
|
||||
- type: textarea
|
||||
id: bug-description
|
||||
|
||||
+1
-1
@@ -323,7 +323,7 @@ if(CYGWIN)
|
||||
install(FILES
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/AUTHORS.adoc"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/CHANGELOG.md"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/Contributing.adoc"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/CONTRIBUTING.md"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/README.adoc"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/UPGRADING.md"
|
||||
DESTINATION "${DATAROOTDIR}/doc/${PROJECT_NAME}"
|
||||
|
||||
+109
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -45,7 +45,7 @@ For detailed instructions, please check the https://weechat.org/doc/weechat/user
|
||||
|
||||
== Semantic versioning
|
||||
|
||||
WeeChat is following a "practical" semantic versioning, see file link:Contributing.adoc#semantic-versioning[Contributing.adoc].
|
||||
WeeChat is following a "practical" semantic versioning, see file link:CONTRIBUTING.md#semantic-versioning[CONTRIBUTING.md].
|
||||
|
||||
== Copyright
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
AUTHORS.adoc
|
||||
Contributing.adoc
|
||||
CONTRIBUTING.md
|
||||
README.adoc
|
||||
UPGRADING.md
|
||||
|
||||
@@ -1189,7 +1189,7 @@ Where _component_ is one of following:
|
||||
| core
|
||||
| AUTHORS.adoc +
|
||||
CHANGELOG.md +
|
||||
Contributing.adoc +
|
||||
CONTRIBUTING.md +
|
||||
.github/FUNDING.yml +
|
||||
.github/ISSUE_TEMPLATE/* +
|
||||
icons/* +
|
||||
|
||||
@@ -1209,7 +1209,7 @@ Où _composant_ est :
|
||||
| core
|
||||
| AUTHORS.adoc +
|
||||
CHANGELOG.md +
|
||||
Contributing.adoc +
|
||||
CONTRIBUTING.md +
|
||||
.github/FUNDING.yml +
|
||||
.github/ISSUE_TEMPLATE/* +
|
||||
icons/* +
|
||||
|
||||
@@ -1325,7 +1325,7 @@ _component_ には以下から 1 つ選んで記入してください:
|
||||
| core
|
||||
| AUTHORS.adoc +
|
||||
CHANGELOG.md +
|
||||
Contributing.adoc +
|
||||
CONTRIBUTING.md +
|
||||
.github/FUNDING.yml +
|
||||
.github/ISSUE_TEMPLATE/* +
|
||||
icons/* +
|
||||
|
||||
@@ -1160,7 +1160,7 @@ server->hook_timer_sasl = weechat_hook_timer (timeout * 1000,
|
||||
| core
|
||||
| AUTHORS.adoc +
|
||||
CHANGELOG.md +
|
||||
Contributing.adoc +
|
||||
CONTRIBUTING.md +
|
||||
.github/FUNDING.yml +
|
||||
.github/ISSUE_TEMPLATE/* +
|
||||
icons/* +
|
||||
|
||||
+1
-1
@@ -117,7 +117,7 @@ weechat_CONTENTS="
|
||||
usr/share/man/
|
||||
usr/share/doc/weechat/AUTHORS.adoc
|
||||
usr/share/doc/weechat/CHANGELOG.md
|
||||
usr/share/doc/weechat/Contributing.adoc
|
||||
usr/share/doc/weechat/CONTRIBUTING.md
|
||||
usr/share/doc/weechat/COPYING
|
||||
usr/share/doc/weechat/README.adoc
|
||||
usr/share/doc/weechat/UPGRADING.md
|
||||
|
||||
Reference in New Issue
Block a user