You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,12 @@
6
6
-->
7
7
8
8
# 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
+
-->
10
15
-[ ] Create a [JIRA](http://jira.sonarsource.com/browse/PLUGINAPI) ticket if the API is impacted
11
16
-[ ] Prefix the commit message with the ticket number
12
17
-[ ] Document the change in CHANGELOG.md
@@ -39,6 +44,9 @@ Please explain your motives to contribute this change: what problem you are tryi
39
44
Use the following formatting style: SonarSource/sonar-developer-toolset
40
45
Provide a unit test for any code you changed
41
46
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
+
42
50
We will try to give you feedback on your contribution as quickly as possible.
0 commit comments