aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJanos Gyerik <janos.gyerik@sonarsource.com>2019-03-25 16:08:37 +0100
committersonartech <sonartech@sonarsource.com>2019-03-26 13:37:57 +0100
commitcc6b7650d161158a94a31f998ebf1e5aeae3240c (patch)
tree3fdfe392f43fde08100ba8523777efd09bff213d /README.md
parent7db09e73096db1ca72716cff619356f5c5f1cb86 (diff)
downloadsonarqube-cc6b7650d161158a94a31f998ebf1e5aeae3240c.tar.gz
sonarqube-cc6b7650d161158a94a31f998ebf1e5aeae3240c.zip
Add contributing guide, revise related docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 72a1c76b7c5..22bcc5f15a4 100644
--- a/README.md
+++ b/README.md
@@ -27,14 +27,13 @@ Be aware that this forum is a community, so the standard pleasantries ("Hi", "Th
Contributing
------------
-### Pull Request
+If you would like to see a new feature, please create a new thread in the forum ["Suggest new features"](https://community.sonarsource.com/c/suggestions/features).
-Please create a new thread in the forum ["Suggest new features"](https://community.sonarsource.com/c/suggestions/features) when contributing a new feature. You have to be sure that the feature complies with our roadmap and expectations.
+Please be aware that we are not actively looking for feature contributions. The truth is that it's extremely difficult for someone outside SonarSource to comply with our roadmap and expectations. Therefore, we typically only accept minor cosmetic changes and typo fixes.
-To submit a code contribution, create a pull request for this repository. Please explain your motives to contribute this change (if it's not a new feature): what problem you are trying to fix, what improvement you are trying to make.
-
-Make sure that you follow our [code style](https://github.com/SonarSource/sonar-developer-toolset#code-style) and all [tests](#testing) are passing (Travis build is executed for each pull request).
+With that in mind, if you would like to submit a code contribution, please create a pull request for this repository. Please explain your motives to contribute this change: what problem you are trying to fix, what improvement you are trying to make.
+Make sure that you follow our [code style](https://github.com/SonarSource/sonar-developer-toolset#code-style) and all tests are passing (Travis build is executed for each pull request).
Building
--------