選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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)