Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

PULL_REQUEST_TEMPLATE.md 573B

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