uranusjr commented on issue #19154:
URL: https://github.com/apache/airflow/issues/19154#issuecomment-949456415


   > Do you prefer I add it as part of this issue?
   
   I think both work, but it's probably best to split if we want to keep this a 
*good first issue* since it's significantly more work to implement that hook.
   
   > Creating pre-commit checks for this is difficult because when merging a 
change, it is not known in which version a given change will be released.
   
   I think it's enough to check that all new fields have a line starting with 
_New in version_ if added or _Changed in version_ if changed. The version 
specified in the PR should always default to the next feature release (it's not 
a good idea to add/change a field in a bugfix release unless in extreme 
circumstances) and can be manually reviewed.


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