diff --git a/.github/pull_request.md b/.github/pull_request.md
new file mode 100644
index 00000000..23179527
--- /dev/null
+++ b/.github/pull_request.md
@@ -0,0 +1,9 @@
+**Description:**
+
For the setup-python repo by official GitHub @actions, I update the OS requirements to the latest @Ubuntu 22.04. Lot of Action files has modified or trimmed due to the recent @Python official's announcements.
+
+**Related issue:**
+
No issues related to these changes.
+
+**Check list:**
+- [ ] Mark if documentation changes are required.
+- [x] Mark if tests were added or updated to cover the changes.
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
deleted file mode 100644
index 38e9313b..00000000
--- a/.github/pull_request_template.md
+++ /dev/null
@@ -1,9 +0,0 @@
-**Description:**
-For the setup-python repo by official GitHub @actions, I update the OS requirements to the latest @Ubuntu 22.04. Lot of Action files has modified or trimmed due to the recent @Python official's announcements.
-
-**Related issue:**
-No issues related to these changes.
-
-**Check list:**
-- [ ] Mark if documentation changes are required.
-- [ ] Mark if tests were added or updated to cover the changes.