Skip to content

Commit 2ab7b26

Browse files
PLUGINAPI-119 Updating CODEOWNERS and PR template
1 parent 37ce0d2 commit 2ab7b26

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
2-
.github/CODEOWNERS @sonarsource/analysis-experience-squad
2+
* @sonarsource/analysis-experience-squad

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
-->
77

88
# For SonarSourcers:
9-
9+
### Check before making the PR ready for review
10+
<!--
11+
Please note that opening the PR will notify all the squad members.
12+
Please make sure you keep it in DRAFT and mark it ready,
13+
when all the boxes are checked and you are only missing the review.
14+
-->
1015
- [ ] Create a [JIRA](http://jira.sonarsource.com/browse/PLUGINAPI) ticket if the API is impacted
1116
- [ ] Prefix the commit message with the ticket number
1217
- [ ] Document the change in CHANGELOG.md
@@ -39,6 +44,9 @@ Please explain your motives to contribute this change: what problem you are tryi
3944
Use the following formatting style: SonarSource/sonar-developer-toolset
4045
Provide a unit test for any code you changed
4146
If there is a JIRA ticket available, please make your commits and pull request start with the ticket ID (PLUGINAPI-XXXX)
47+
48+
Please note that opening the PR will notify all the squad members. Please make sure you keep it in DRAFT and mark it ready, when all the checks are green.
49+
4250
We will try to give you feedback on your contribution as quickly as possible.
4351

4452
Thank You! The SonarSource Team

0 commit comments

Comments
 (0)