This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 1efd81d Add note in contributing guideline about types of
contributions (#1396)
1efd81d is described below
commit 1efd81d3b528c07ce118c4cc5cc3b9f0bfde1791
Author: Andrew Lamb <[email protected]>
AuthorDate: Sun Mar 6 06:41:58 2022 -0500
Add note in contributing guideline about types of contributions (#1396)
* Add note in contributing guideline about types of contributions
* prettier
---
CONTRIBUTING.md | 10 ++++++++++
README.md | 3 +++
2 files changed, 13 insertions(+)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1ac9a7b..4e4c53e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,6 +17,16 @@
under the License.
-->
+## Introduction
+
+We welcome and encourage contributions of all kinds, such as:
+
+1. Tickets with issue reports of feature requests
+2. Documentation improvements
+3. Code (PR or PR Review)
+
+In addition to submitting new PRs, we have a healthy tradition of community
members helping review each other's PRs. Doing so is a great way to help the
community as well as get more familiar with Rust and the relevant codebases.
+
## Developer's guide to Arrow Rust
### Setting Up Your Build Environment
diff --git a/README.md b/README.md
index 54dcbe7..08c79ba 100644
--- a/README.md
+++ b/README.md
@@ -58,8 +58,11 @@ and bug fixes and this plays a critical role in the release
process.
For design discussions we generally collaborate on Google documents and file a
GitHub issue linking to the document.
+There is more information in the [contributing] guide.
+
[rust]: https://www.rust-lang.org/
[arrow-readme]: arrow/README.md
+[contributing]: CONTRIBUTING.md
[parquet-readme]: parquet/README.md
[flight-readme]: arrow-flight/README.md
[datafusion-readme]:
https://github.com/apache/arrow-datafusion/blob/master/README.md