Chandanakt commented on code in PR #61786: URL: https://github.com/apache/airflow/pull/61786#discussion_r2799559978
########## contributing-docs/example_dag_review_checklist.rst: ########## @@ -0,0 +1,79 @@ +Example DAG Review Checklist +============================ + +This document provides a checklist for reviewing example DAGs submitted to +Apache Airflow. The goal is to ensure that example DAGs are clean, consistent, +and follow best practices while serving their multiple purposes: + +* Clean and consistent +* Easy to understand +* Useful for tutorials and documentation +* Compatible with testing and CI processes +* Properly structured across core and provider packages + +General Guidelines +------------------ + +- [ ] The DAG has a clear and descriptive file name. Review Comment: Ok, I will update it. -- 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]
