diff options
author | Pavel Mikula <pavel.mikula@sonarsource.com> | 2024-11-27 14:29:01 +0100 |
---|---|---|
committer | Antoine Vinot <antoine.vinot@sonarsource.com> | 2024-12-02 15:56:32 +0100 |
commit | 6052e1158ab077c740a44967de1fc94e462c9eb0 (patch) | |
tree | 470009ec4ea1c2d0e6cba78307cb69c50ecc529e /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 9e45bc16833bb4bd6bec5e17a5dc3234d25c4d51 (diff) | |
download | sonar-scanner-cli-6052e1158ab077c740a44967de1fc94e462c9eb0.tar.gz sonar-scanner-cli-6052e1158ab077c740a44967de1fc94e462c9eb0.zip |
Add Jira integration
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 672fa1f..b29fdba 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,10 @@ +<!-- + Only for standalone PRs without Jira issue in the PR title: + * Replace this comment with Epic ID to create a new Task in Jira + * Replace this comment with Issue ID to create a new Sub-Task in Jira + * Ignore or delete this note to create a new Task in Jira without a parent +--> + Please be aware that we are not actively looking for feature contributions. The truth is that it's extremely difficult for someone outside SonarSource to comply with our roadmap and expectations. Therefore, we typically only accept minor cosmetic changes and typo fixes. If you would like to see a new feature, please create a new thread in the forum ["Suggest new features"](https://community.sonarsource.com/c/suggestions/features). With that in mind, if you would like to submit a code contribution, make sure that you adhere to the following guidelines and all tests are passing: |