You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/13 23:43:42 UTC

[GitHub] [airflow] vikramkoka commented on a change in pull request #14176: Simplify CONTRIBUTING.rst

vikramkoka commented on a change in pull request #14176:
URL: https://github.com/apache/airflow/pull/14176#discussion_r632165140



##########
File path: contribute/CONTRIBUTE-DOCS.rst
##########
@@ -0,0 +1,294 @@
+.. Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+ ..   http://www.apache.org/licenses/LICENSE-2.0
+
+ .. Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+.. contents:: :local:
+
+Overview
+========
+
+Contributing to documentation is one of the easiest and most welcome ways to improve Apache Airflow. Airflow documentation consists of the following components:
+
+- `Apache Airflow documentation <https://airflow.apache.org/docs/apache-airflow/stable/index.html>`__, which explains how to install and use Airflow.
+- `Provider documentation <https://airflow.apache.org/docs/apache-airflow-providers/index.html>`__, which explains how to connect Airflow to third-party provider packages.
+- `Helm chart documentation <https://github.com/apache/airflow/tree/master/docs/helm-chart`__, which explains how to run Airflow on Kubernetes using Helm
+- READMEs and contribution guidelines (including this page).
+- Inline docstrings, which describe functions within the source code itself.
+
+This guide provides guidance on working with docs, as well as best practices for making changes and submitting your work for review.
+
+What Should I Contribute?
+----------------------
+Do you want to contribute to Airflow docs, but you're not sure exactly where? Consider any of the following:
+
+- Typo fixes
+- Additional information about existing functionality
+- Documentation about a new feature
+- Images or screenshots that help provide users context
+- New tutorials
+

Review comment:
       For ideas, you can browse the open identified issues:
   
   - `All GitHub Documentation Issues  <https://github.com/apache/airflow/issues?q=is%3Aopen+is%3Aissue+label%3Akind%3Adocumentation>`__

##########
File path: contribute/CONTRIBUTE-CODE.rst
##########
@@ -0,0 +1,934 @@
+.. Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+ ..   http://www.apache.org/licenses/LICENSE-2.0
+
+ .. Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+.. contents:: :local:
+
+Welcome
+=============
+
+Welcome to Apache Airflow! Contributions from the community are the heartbeat of the project. Every little bit helps,
+and credit will always be given.
+
+The guide below contains instructions on how to contribute to core Apache Airflow code. If you are a new contributor,
+follow `Contributors Quick Start <https://github.com/apache/airflow/blob/master/contribute/CONTRIBUTE_QUICK_START.rst>`__ first for easy, step-by-step guidelines on how to set up your development
+environment and make your first contribution.
+
+If you're interested in contributing to other parts of the project, refer to
+`Contribute to Airflow Documentation <https://github.com/apache/airflow/blob/master/contribute/CONTRIBUTE-DOCS.rst>`__ or `Contribute to Airflow Providers <https://airflow.apache.org/docs/apache-airflow-providers/index.html#creating-your-own-providers>`__.
+
+Where to Contribute
+--------------------
+To get started, decide where or what you want to contribute. For ideas, you can browse:
+

Review comment:
       
   - `Good First Issues <https://github.com/apache/airflow/issues?q=is%3Aopen+is%3Aissue+label%3A%22good%20first%20issue%22>`__




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org