jedcunningham commented on code in PR #23802: URL: https://github.com/apache/airflow/pull/23802#discussion_r878608773
########## CONTRIBUTING.rst: ########## @@ -66,6 +66,18 @@ implement it. Issue reporting and resolution process -------------------------------------- +An unusual element of the Apache Airflow project is that you can open a PR to +fix an issue or make an enhancement, without needing to open an issue first. +This is intended to make it as easy as possible to contribute to the project. + +If you however feel the need to open an issue (usually a bug or feature request) +consider first to start `GitHub Discussion <https://github.com/apache/airflow/discussions>`_. Review Comment: ```suggestion consider starting with a `GitHub Discussion <https://github.com/apache/airflow/discussions>`_ instead. ``` ########## CONTRIBUTING.rst: ########## @@ -66,6 +66,18 @@ implement it. Issue reporting and resolution process -------------------------------------- +An unusual element of the Apache Airflow project is that you can open a PR to +fix an issue or make an enhancement, without needing to open an issue first. +This is intended to make it as easy as possible to contribute to the project. + +If you however feel the need to open an issue (usually a bug or feature request) +consider first to start `GitHub Discussion <https://github.com/apache/airflow/discussions>`_. +In vast majority of cases, discussions are better than issues - you should only open +issues if you are sure you found a bug and have reproducible case to make the +maintainers aware of it, or when you want to raise a feature request which you think +does not require a lot of discussion. In case you have a very important topic +to discuss - start a discussion on the `Devlist <https://lists.apache.org/[email protected]>`_. Review Comment: ```suggestion issues if you are sure you found a bug and have a reproducible case, or when you want to raise a feature request that will not require a lot of discussion. If you have a very important topic to discuss, start a discussion on the `Devlist <https://lists.apache.org/[email protected]>`_ instead. ``` ########## CONTRIBUTING.rst: ########## @@ -66,6 +66,18 @@ implement it. Issue reporting and resolution process -------------------------------------- +An unusual element of the Apache Airflow project is that you can open a PR to +fix an issue or make an enhancement, without needing to open an issue first. +This is intended to make it as easy as possible to contribute to the project. + +If you however feel the need to open an issue (usually a bug or feature request) +consider first to start `GitHub Discussion <https://github.com/apache/airflow/discussions>`_. +In vast majority of cases, discussions are better than issues - you should only open Review Comment: ```suggestion In the vast majority of cases discussions are better than issues - you should only open ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
