diff options
author | Claire Villard <claire.villard@sonarsource.com> | 2024-04-29 10:00:14 +0200 |
---|---|---|
committer | Claire Villard <60586848+claire-villard-sonarsource@users.noreply.github.com> | 2024-05-06 08:03:15 -0600 |
commit | 5750b8d7b2fef83e64164d0eccee8e83ad33afd0 (patch) | |
tree | 746afb22f91fa85c2aa5d76bf7cc258701c955c0 | |
parent | 90a5df59eddccf630deec66f8d487dd1d69114a9 (diff) | |
download | sonar-scanner-cli-5750b8d7b2fef83e64164d0eccee8e83ad33afd0.tar.gz sonar-scanner-cli-5750b8d7b2fef83e64164d0eccee8e83ad33afd0.zip |
Update the JIRA project name in the PR template
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6a611b2..672fa1f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ With that in mind, if you would like to submit a code contribution, make sure th - [ ] 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](http://jira.sonarsource.com/browse/SQSCANNER) ticket available, please make your commits and pull request start with the ticket ID (SQSCANNER-XXXX) +- [ ] If there is a [JIRA](http://jira.sonarsource.com/browse/SCANCLI) ticket available, please make your commits and pull request start with the ticket ID (SCANCLI-XXXX) We will try to give you feedback on your contribution as quickly as possible. |