This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 34cf93ea63 Clarify guidance on folder locations for newsfragments
(#23170)
34cf93ea63 is described below
commit 34cf93ea633db66757d2c0da3856b0c645364d2e
Author: Daniel Standish <[email protected]>
AuthorDate: Fri Apr 22 07:46:54 2022 -0700
Clarify guidance on folder locations for newsfragments (#23170)
---
CONTRIBUTING.rst | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 2c31c2cdcd..7494cb0142 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -340,10 +340,9 @@ Step 4: Prepare PR
* `doc`
* `misc`
- Core newsfragments go in `newsfragments
<https://github.com/apache/airflow/blob/main/newsfragments>`__
- and helm chart newsfragments go in
- `chart/newsfragments
<https://github.com/apache/airflow/blob/main/chart/newsfragments>`__.
- Simply create an rst file named ``{pr_number}.{type}.rst`` (e.g.
``{1234}.bugfix.rst``).
+ To add a newsfragment, simply create an rst file named
``{pr_number}.{type}.rst`` (e.g. ``1234.bugfix.rst``)
+ and place in either `newsfragments
<https://github.com/apache/airflow/blob/main/newsfragments>`__ for core
newsfragments,
+ or `chart/newsfragments
<https://github.com/apache/airflow/blob/main/chart/newsfragments>`__ for helm
chart newsfragments.
For significant newsfragments, similar to git commits, the first line is
the summary and optionally a
body can be added with an empty line separating it.