This is an automated email from the ASF dual-hosted git repository.

potiuk 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 8b7e0babe1 Reorganise issue template for providers wrt to testing 
process link (#33439)
8b7e0babe1 is described below

commit 8b7e0babe1c3e9bef6e934d1e362564bc73fda4d
Author: Pankaj Koti <[email protected]>
AuthorDate: Thu Aug 17 12:02:28 2023 +0530

    Reorganise issue template for providers wrt to testing process link (#33439)
    
    Currently, the header of the issue template requests to test the
    RCs. However the guideline stating how to test those providers
    is placed at the bottom of the issue (appearing a bit disconnected)
    and might not be visible easily when have to scroll to the bottom end
    through the list of the Provider RCs.
    I think it is more evident and helpful if we advertise it at the
    begining.
    e.g. we can see here https://github.com/apache/airflow/issues/33305 on how 
it appears currently.
---
 dev/breeze/src/airflow_breeze/provider_issue_TEMPLATE.md.jinja2 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev/breeze/src/airflow_breeze/provider_issue_TEMPLATE.md.jinja2 
b/dev/breeze/src/airflow_breeze/provider_issue_TEMPLATE.md.jinja2
index febb2d67da..1639a8857d 100644
--- a/dev/breeze/src/airflow_breeze/provider_issue_TEMPLATE.md.jinja2
+++ b/dev/breeze/src/airflow_breeze/provider_issue_TEMPLATE.md.jinja2
@@ -1,6 +1,10 @@
 I have a kind request for all the contributors to the latest provider packages 
release.
 Could you please help us to test the RC versions of the providers?
 
+The guidelines on how to test providers can be found in
+
+[Verify providers by 
contributors](https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-candidate-by-contributors)
+
 Let us know in the comment, whether the issue is addressed.
 
 Those are providers that require testing as there were some substantial 
changes introduced:
@@ -12,10 +16,6 @@ Those are providers that require testing as there were some 
substantial changes
 {%- endfor %}
 {%- endfor %}
 
-The guidelines on how to test providers can be found in
-
-[Verify providers by 
contributors](https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-candidate-by-contributors)
-
 <!--
 
 NOTE TO RELEASE MANAGER:

Reply via email to