potiuk commented on code in PR #44378:
URL: https://github.com/apache/airflow/pull/44378#discussion_r1859475530


##########
contributing-docs/16_contribution_workflow.rst:
##########
@@ -196,7 +196,9 @@ Step 4: Prepare PR
      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.
 
-     In general newsfragments must be one line.  For newsfragment type 
``significant``, you may include summary and body separated by a blank line, 
similar to ``git`` commit messages.
+     In general newsfragments must be one line.  For newsfragment type 
``significant``,
+     you should follow the template in 
``newsfragments/template.significant.rst`` to include summary, body, change 
type and migrations rules needed.
+     This can also be done by command ``uv tool run towncrier create --dir . 
--config newsfragments/config.toml --content `cat 
newsfragments/template.significant.rst```.

Review Comment:
   Also another small suggestion - separting the command to separate bash 
section makes it easier to copy as you get the "copy" button:
   
   ```bash
   You can copy me easily by single click
   ```



-- 
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]

Reply via email to