This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 6f86f983904064133d9612986cd940b295bb8ea2 Author: Jarek Potiuk <[email protected]> AuthorDate: Wed Oct 7 05:33:47 2020 +0200 Add remaining community guidelines to CONTRIBUTING.rst (#11312) We are cleaning up the docs from CWiki and this is what's left of community guidelines that were maintained there. Fixes #10181 (cherry picked from commit 18dcac8a01d10beb0fce0a34b432e25d10489214) --- CONTRIBUTING.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 85558f3..69a4585 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -359,6 +359,11 @@ Step 4: Prepare PR If you are creating ``example_dags`` directory, you need to create ``example_dags/__init__.py`` with Apache license or copy another ``__init__.py`` file that contains the necessary license. +You need to have review of at least one committer (if you are committer yourself, it has to be +another committer). Ideally you should have 2 or more committers reviewing the code that touches +the core of Airflow. + + Pull Request Guidelines =======================
