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 b71a6407919 Upgrade http to https in PR template (#70063)
b71a6407919 is described below
commit b71a6407919ece54936bc4da93ed0f87e2c21d68
Author: MOHAMMED HANAN M T P <[email protected]>
AuthorDate: Mon Jul 20 03:43:19 2026 +0530
Upgrade http to https in PR template (#70063)
* Update SQLAlchemy documentation link from 1.4 to 2.0
* fix: upgrade http:// to https:// in .github/PULL_REQUEST_TEMPLATE.md
---------
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.