This is an automated email from the ASF dual-hosted git repository.
william pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new bae0ffa91 MINOR: Tips for using `merge_orc_pr.py` in the document
bae0ffa91 is described below
commit bae0ffa91910cc279c7c2d1408704464cdf94a4f
Author: sychen <[email protected]>
AuthorDate: Wed Jun 12 00:58:53 2024 +0900
MINOR: Tips for using `merge_orc_pr.py` in the document
### What changes were proposed in this pull request?
This PR aims to add tips for using `merge_orc_pr.py` in the document.
### Why are the changes needed?
`. /dev/merge_orc_pr.py` is a nice script that we can add to the
documentation.
### How was this patch tested?
local test
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #1940 from cxzl25/doc_merge_pr.
Authored-by: sychen <[email protected]>
Signed-off-by: William Hyun <[email protected]>
---
site/develop/index.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/site/develop/index.md b/site/develop/index.md
index 8000e2155..9062ac4ee 100644
--- a/site/develop/index.md
+++ b/site/develop/index.md
@@ -128,6 +128,11 @@ $ ./mvnw test -pl core
-Dtest=TestRecordReaderImpl#testFindColumn
~~~~
## Approving a pull request
+It is recommended to use an interactive script to merge pull requests, which
can be automatically associated with the JIRA.
+
+~~~~
+% ./dev/merge_orc_pr.py
+~~~~
Fetch the current state of the project: