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 b00e31068a5a06538b0f5c0db106a9c03f81a1d3 Author: Kamil BreguĊa <[email protected]> AuthorDate: Mon Jun 8 13:24:56 2020 +0200 Add PR/issue note in Contribution Workflow Example (#9177) * Add PR/issue note in Contribution Workflow Example * Update CONTRIBUTING.rst Co-authored-by: Eric Lopes <[email protected]> * Update CONTRIBUTING.rst Co-authored-by: Eric Lopes <[email protected]> * Update CONTRIBUTING.rst Co-authored-by: Eric Lopes <[email protected]> (cherry picked from commit 2038b6957c48de8b2ad580d4ba7f51c1d1c98252) --- CONTRIBUTING.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1b8ce2f..e77a526 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -668,6 +668,9 @@ at `Apache JIRA <https://issues.apache.org/jira/browse/AIRFLOW>`__. If you create pull-request, you don't have to create an issue first, but if you want, you can do it. Creating an issue will allow you to collect feedback or share plans with other people. +If you create pull-request, you don't have to create an issue first, but if you want, you can do it. +Creating an issue will allow you to collect feedback or share plans with other people. + For example, you want to have the following sample ticket assigned to you: `AIRFLOW-5934: Add extra CC: to the emails sent by Aiflow <https://issues.apache.org/jira/browse/AIRFLOW-5934>`_.
