aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2021-06-17 11:32:35 +0200
committerWouter Admiraal <45544358+wouter-admiraal-sonarsource@users.noreply.github.com>2021-06-17 14:48:40 +0200
commit14f802df6825a3ee04e155934916dfda75218ee7 (patch)
treec68db7c73fbc1d91c00fdc7c80c5435c7cfba116
parent2cea6dbbd1dde9df0015d2adb50cd87b286b5153 (diff)
downloadsonar-scanner-cli-14f802df6825a3ee04e155934916dfda75218ee7.tar.gz
sonar-scanner-cli-14f802df6825a3ee04e155934916dfda75218ee7.zip
Make it more explicit that we do not look for external contributions
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md13
-rw-r--r--docs/PULL_REQUEST_TEMPLATE.md8
2 files changed, 13 insertions, 8 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..6a611b2
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,13 @@
+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. 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).
+
+With that in mind, if you would like to submit a code contribution, make sure that you adhere to the following guidelines and all tests are passing:
+
+- [ ] Please explain your motives to contribute this change: what problem you are trying to fix, what improvement you are trying to make
+- [ ] Use the following formatting style: [SonarSource/sonar-developer-toolset](https://github.com/SonarSource/sonar-developer-toolset#code-style)
+- [ ] Provide a unit test for any code you changed
+- [ ] If there is a [JIRA](http://jira.sonarsource.com/browse/SQSCANNER) ticket available, please make your commits and pull request start with the ticket ID (SQSCANNER-XXXX)
+
+We will try to give you feedback on your contribution as quickly as possible.
+
+Thank You!
+The SonarSource Team
diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md
deleted file mode 100644
index afe4fae..0000000
--- a/docs/PULL_REQUEST_TEMPLATE.md
+++ /dev/null
@@ -1,8 +0,0 @@
-Please review our [contribution guidelines](https://github.com/SonarSource/sonar-scanner-cli/blob/master/contributing.md).
-
-And please ensure your pull request adheres to the following guidelines:
-
-- [ ] Please explain your motives to contribute this change: what problem you are trying to fix, what improvement you are trying to make
-- [ ] Use the following formatting style: [SonarSource/sonar-developer-toolset](https://github.com/SonarSource/sonar-developer-toolset#code-style)
-- [ ] Provide a unit test for any code you changed
-- [ ] If there is a [JIRA](https://jira.sonarsource.com/browse/SQSCANNER) ticket available, please make your commits and pull request start with the ticket ID (SQSCANNER-XXXX)