From 926b5e4bf08fefa5a5bd239177ee6781aac92911 Mon Sep 17 00:00:00 2001 From: Wei Lee Date: Tue, 26 Nov 2024 17:26:59 +0800 Subject: [PATCH] docs(newsfragment): add template for significant newsfragments Closes: #44374 --- newsfragments/template.significant.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 newsfragments/template.significant.rst diff --git a/newsfragments/template.significant.rst b/newsfragments/template.significant.rst new file mode 100644 index 0000000000000..8431b2469c944 --- /dev/null +++ b/newsfragments/template.significant.rst @@ -0,0 +1,19 @@ +.. Write a short and imperative summary of this changes + +.. Provide additional contextual information + +.. Check the type of change that applies to this change + +* Types of change + + * [ ] DAG changes + * [ ] Config changes + * [ ] API changes + * [ ] CLI changes + * [ ] Behaviour changes + * [ ] Plugin changes + * [ ] Dependency change + +.. List the migration rules needed for this change (see https://github.com/apache/airflow/issues/41641) + +* Migrations rules needed