Skip to content

Commit

Permalink
MINOR: Tips for using merge_orc_pr.py in the document
Browse files Browse the repository at this point in the history
### 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]>
  • Loading branch information
cxzl25 authored and williamhyun committed Jun 11, 2024
1 parent efe16d9 commit bae0ffa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/develop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit bae0ffa

Please sign in to comment.