aboutsummaryrefslogtreecommitdiffstats
path: root/PULL_REQUEST_TEMPLATE.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 /PULL_REQUEST_TEMPLATE.md
parent7db09e73096db1ca72716cff619356f5c5f1cb86 (diff)
downloadsonarqube-cc6b7650d161158a94a31f998ebf1e5aeae3240c.tar.gz
sonarqube-cc6b7650d161158a94a31f998ebf1e5aeae3240c.zip
Add contributing guide, revise related docs
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
-rw-r--r--PULL_REQUEST_TEMPLATE.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
deleted file mode 100644
index e0ae21f870e..00000000000
--- a/PULL_REQUEST_TEMPLATE.md
+++ /dev/null
@@ -1,6 +0,0 @@
-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](http://jira.sonarsource.com/browse/SONAR) ticket available, please make your commits and pull request start with the ticket ID (SONAR-XXXX)