diff options
Diffstat (limited to 'docs/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | docs/PULL_REQUEST_TEMPLATE.md | 8 |
1 files changed, 0 insertions, 8 deletions
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) |