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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
Following this checklist to help us incorporate your
2
2
contribution quickly and easily:
3
3
4
-
-[ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MJAVADOC) filed
4
+
-[ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MSHARED) filed
5
5
for the change (usually before you start working on it). Trivial changes like typos do not
6
6
require a JIRA issue. Your pull request should address just this issue, without
7
7
pulling in other changes.
8
8
-[ ] Each commit in the pull request should have a meaningful subject line and body.
9
-
-[ ] Format the pull request title like `[MJAVADOC-XXX] - Fixes bug in ApproximateQuantiles`,
10
-
where you replace `MJAVADOC-XXX` with the appropriate JIRA issue. Best practice
9
+
-[ ] Format the pull request title like `[MSHARED-XXX] - Fixes bug in ApproximateQuantiles`,
10
+
where you replace `MSHARED-XXX` with the appropriate JIRA issue. Best practice
11
11
is to use the JIRA issue title in the pull request title and in the first line of the
12
12
commit message.
13
13
-[ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
0 commit comments