Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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)