This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-3-test by this push:
new 7210bc766dd [v3-3-test] Upgrade http to https in PR template (#70063)
(#70106)
7210bc766dd is described below
commit 7210bc766ddbc34183bea719c88fc7c2d6707709
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 20 00:35:25 2026 +0200
[v3-3-test] Upgrade http to https in PR template (#70063) (#70106)
* Update SQLAlchemy documentation link from 1.4 to 2.0
* fix: upgrade http:// to https:// in .github/PULL_REQUEST_TEMPLATE.md
---------
(cherry picked from commit b71a6407919ece54936bc4da93ed0f87e2c21d68)
Co-authored-by: MOHAMMED HANAN M T P
<[email protected]>
Co-authored-by: hanu-14 <[email protected]>
---
.github/PULL_REQUEST_TEMPLATE.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 7ea505eb178..fd2d2832e38 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -5,7 +5,7 @@
Thank you for contributing!
Please provide above a brief description of the changes made in this pull
request.
-Write a good git commit message following this guide:
http://chris.beams.io/posts/git-commit/
+Write a good git commit message following this guide:
https://chris.beams.io/posts/git-commit/
Please make sure that your code changes are covered with tests.
And in case of new features or big changes remember to adjust the
documentation.