This is an automated email from the ASF dual-hosted git repository.
wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 752d20c ARROW-2907: [GitHub] Improve the first paragraph of "How to
contribute patches"
752d20c is described below
commit 752d20cc564fa7a80e370b9b2e51fb4a35d95509
Author: Kenji Okimoto <[email protected]>
AuthorDate: Tue Jul 24 22:49:52 2018 -0400
ARROW-2907: [GitHub] Improve the first paragraph of "How to contribute
patches"
In previous version, it is unclear that contributors need to follow
the procedure "To contribute a patch". In this version, it clearly
indicate that contributors need to follow the procedure described
later in the section.
Author: Kenji Okimoto <[email protected]>
Closes #2319 from okkez/improve-contributing and squashes the following
commits:
7b9d7f53 <Kenji Okimoto> ARROW-2907: Improve the first paragraph of "How
to contribute patches"
---
.github/CONTRIBUTING.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 740f853..c762fd6 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -37,7 +37,8 @@ to end up in JIRA, either before or after completing a pull
request.
## How to contribute patches
We prefer to receive contributions in the form of GitHub pull requests. Please
-send pull requests against the [github.com/apache/arrow][4] repository.
+send pull requests against the [github.com/apache/arrow][4] repository
following
+the procedure below.
If you are looking for some ideas on what to contribute, check out the [JIRA
issues][3] for the Apache Arrow project. Comment on the issue and/or contact
@@ -68,4 +69,4 @@ Thank you in advance for your contributions!
[1]: mailto:[email protected]
[2]: https://github.com/apache/arrow/tree/master/format
[3]: https://issues.apache.org/jira/browse/ARROW
-[4]: https://github.com/apache/arrow
\ No newline at end of file
+[4]: https://github.com/apache/arrow