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/workflows/dev_pr/title_check.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,22 @@
19
19
20
20
Thanks for opening a pull request!
21
21
22
-
If this is not a [minor PR](https://github.com/apache/arrow/blob/master/CONTRIBUTING.md#Minor-Fixes). Could you open an issue for this pull request on JIRA? https://issues.apache.org/jira/browse/ARROW
22
+
If this is not a [minor PR](https://github.com/apache/arrow/blob/master/CONTRIBUTING.md#Minor-Fixes). Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose
23
23
24
-
Opening JIRAs ahead of time contributes to the [Openness](http://theapacheway.com/open/#:~:text=Openness%20allows%20new%20users%20the,must%20happen%20in%20the%20open.) of the Apache Arrow project.
24
+
Opening GitHub issues ahead of time contributes to the [Openness](http://theapacheway.com/open/#:~:text=Openness%20allows%20new%20users%20the,must%20happen%20in%20the%20open.) of the Apache Arrow project.
25
25
26
-
Then could you also rename pull request title in the following format?
26
+
Then could you also rename the pull request title in the following format?
27
27
28
-
ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}
28
+
GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}
29
29
30
30
or
31
31
32
32
MINOR: [${COMPONENT}] ${SUMMARY}
33
33
34
+
In the case of old issues on JIRA the title also supports:
0 commit comments