]> source.dussan.org Git - sonarqube.git/commitdiff
Add template of pull request for contributors
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 7 Mar 2018 14:45:09 +0000 (15:45 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Sat, 10 Mar 2018 08:56:11 +0000 (09:56 +0100)
[skip ci]

PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]

diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
new file mode 100644 (file)
index 0000000..e0ae21f
--- /dev/null
@@ -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)