diff options
author | Go MAEDA <maeda@farend.jp> | 2019-05-09 23:44:53 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-05-09 23:44:53 +0000 |
commit | 5234bf45899076cbde9ab0d6fcb5349057869eaf (patch) | |
tree | 0b8a3056a8f5f2d9032cc01b0d05f27f4601b6c0 /.github | |
parent | 143c359d90864615cf4b36ae8d1c78b6c595dca8 (diff) | |
download | redmine-5234bf45899076cbde9ab0d6fcb5349057869eaf.tar.gz redmine-5234bf45899076cbde9ab0d6fcb5349057869eaf.zip |
Update CONTRIBUTING.md (#31327).
We should always be polite :-)
git-svn-id: http://svn.redmine.org/redmine/trunk@18151 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 998308af4..4af6449ad 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,13 @@ ____________________________________________________________________ -**Do not send a pull request to this GitHub repository**. +Your contributions to Redmine are welcome! -For more detail, please see [official website] wiki [Contribute]. +Please **open an issue on the [official website]** instead of sending pull requests. -[official website]: http://www.redmine.org -[Contribute]: http://www.redmine.org/projects/redmine/wiki/Contribute +Since the development of Redmine is not conducted on GitHub but on the [official web site] and core developers are not monitoring the GitHub repo, pull requests might not get reviewed. +For more detail about how to contribute, please see the wiki page [Contribute] on the [official website]. + +[official website]: https://www.redmine.org/ +[Contribute]: https://www.redmine.org/projects/redmine/wiki/Contribute |