This is an automated email from the ASF dual-hosted git repository. domoritz pushed a commit to branch dom/minor in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 6a2978505be42140b923e83c46553d7d35716659 Author: Dominik Moritz <[email protected]> AuthorDate: Sun Apr 23 14:21:24 2023 +0200 MINOR: clarify when to use minor --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1c473a24b..5ad7ca2486 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ makes it easier for us to process the backlog of submitted Pull Requests. Any functionality change should have a GitHub issue opened. For minor changes that affect documentation, you do not need to open up a GitHub issue. Instead you can -prefix the title of your PR with "MINOR: " if meets the following guidelines: +prefix the title of your PR with "MINOR: " if meets one of the following: * Grammar, usage and spelling fixes that affect no more than 2 files * Documentation updates affecting no more than 2 files and not more
