You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

PULL_REQUEST_TEMPLATE.md 710B

12345678
  1. Please review our [contribution guidelines](https://github.com/SonarSource/sonar-scanner-cli/blob/master/contributing.md).
  2. And please ensure your pull request adheres to the following guidelines:
  3. - [ ] Please explain your motives to contribute this change: what problem you are trying to fix, what improvement you are trying to make
  4. - [ ] Use the following formatting style: [SonarSource/sonar-developer-toolset](https://github.com/SonarSource/sonar-developer-toolset#code-style)
  5. - [ ] Provide a unit test for any code you changed
  6. - [ ] 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)