This is an automated email from the ASF dual-hosted git repository. abti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-gobblin.git
commit 102517caf047b65032115fda0a121531ba2e6de9 Author: Abhishek Tiwari <[email protected]> AuthorDate: Sun Dec 6 00:48:48 2020 -0800 Update Contributing documentation --- gobblin-docs/developer-guide/Contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gobblin-docs/developer-guide/Contributing.md b/gobblin-docs/developer-guide/Contributing.md index 0ea6b3f..a22f09c 100644 --- a/gobblin-docs/developer-guide/Contributing.md +++ b/gobblin-docs/developer-guide/Contributing.md @@ -5,11 +5,11 @@ Table of Contents # Contributing to Gobblin -This document will outline best practices for contributing Gobblin. +You can contribute to Gobblin in multiple ways. For resources and guides, please refer [here](/contributor/). ## Code Contributions -We observe standard github practices for code contributions. Fork the repository and make your local changes on a feature branch, then open a pull request (PR). A committer will review the changes and merge it in once it is approved. For first time contributors to Gobblin, we do require that you fill out a [one-time survey](https://docs.google.com/a/linkedin.com/forms/d/e/1FAIpQLSeH-8so0m68et6kPvxEiCNqezL7k6cyOlz9W-6eXnk7LEkwiA/viewform), so that we can identify and credit you properly i [...] +We observe standard Apache practices for code contributions. For code changes, we recommend forking the repository and making your local changes on a feature branch, then updating the Jira, and opening a pull request (PR). A committer will review the changes and merge it in once it is approved. For first time contributors to Gobblin, we do request that you fill out a [one-time survey](https://docs.google.com/a/linkedin.com/forms/d/e/1FAIpQLSeH-8so0m68et6kPvxEiCNqezL7k6cyOlz9W-6eXnk7LEkwi [...] ## Documentation Contributions
