aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-03-07 15:45:09 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2018-03-10 09:56:11 +0100
commitaf171647123bee800c6aad98410c1faab7a8f522 (patch)
tree91ed6f7ec6295f0b7fc9a58e9a52f8ca89ab3eee
parent83eb8b59461245f33d1936ed29ae438c2f85f6cb (diff)
downloadsonarqube-af171647123bee800c6aad98410c1faab7a8f522.tar.gz
sonarqube-af171647123bee800c6aad98410c1faab7a8f522.zip
Add template of pull request for contributors
[skip ci]
-rw-r--r--PULL_REQUEST_TEMPLATE.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000000..e0ae21f870e
--- /dev/null
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,6 @@
+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)