This is an automated email from the ASF dual-hosted git repository.
shangxinli pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git
The following commit(s) were added to refs/heads/production by this push:
new 227318c updated stale link
new 71d28ba Merge pull request #26 from
paliwalashish/update_stale_link_contirbutingGuide
227318c is described below
commit 227318cd2ead187eda1cd2cac80b0636c4c3779c
Author: Ashish Paliwal <[email protected]>
AuthorDate: Sat Jul 9 16:12:08 2022 -0700
updated stale link
---
content/en/docs/Contribution Guidelines/contributing.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/en/docs/Contribution Guidelines/contributing.md
b/content/en/docs/Contribution Guidelines/contributing.md
index a66c1b8..00bdd92 100644
--- a/content/en/docs/Contribution Guidelines/contributing.md
+++ b/content/en/docs/Contribution Guidelines/contributing.md
@@ -9,7 +9,7 @@ description: >
Pull Requests
-------------
-We prefer to receive contributions in the form of GitHub pull requests. Please
send pull requests against the
[github.com/apache/parquet-mr](https://github.com/apache/parquet-mr)
repository. If you’ve previously forked Parquet from its old location, you will
need to add a remote or update your origin remote to
[https://github.com/apache/incubator-parquet-mr.git](https://github.com/apache/incubator-parquet-mr.git)
Here are a few tips to get your contribution in:
+We prefer to receive contributions in the form of GitHub pull requests. Please
send pull requests against the
[github.com/apache/parquet-mr](https://github.com/apache/parquet-mr)
repository. If you’ve previously forked Parquet from its old location, you will
need to add a remote or update your origin remote to
[https://github.com/apache/parquet-mr.git](https://github.com/apache/parquet-mr.git)
Here are a few tips to get your contribution in:
1. Break your work into small, single-purpose patches if possible. It’s much
harder to merge in a large change with a lot of disjoint features.
2. Create a JIRA for your patch on the [Parquet Project
JIRA](https://issues.apache.org/jira/browse/PARQUET).