jscheffl commented on code in PR #60896: URL: https://github.com/apache/airflow/pull/60896#discussion_r2714618485
########## providers/MANAGING_PROVIDERS_LIFECYCLE.rst: ########## @@ -18,6 +18,36 @@ **The outline for this document in GitHub is available at top-right corner button (with 3-dots and 3 lines).** +Provider Governance Overview +============================ + +Before diving into the technical details of creating and managing providers, please familiarize +yourself with the governance framework that applies to all community providers: + +* `Provider Governance Framework <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#provider-governance-framework>`_ Review Comment: Not an RST pro... but would it be better to make a relative link? Then you stay consistenly on the branch and do not jump to main... ```suggestion * `Provider Governance Framework <../PROVIDERS.rst#provider-governance-framework>`_ ``` -- 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]
