From 4dfcc65d1b0a4e072d7b48cc8d0f30eb84cc7b1f Mon Sep 17 00:00:00 2001 From: Alice King Tai Poon <23336645+codenamedpkt@users.noreply.github.com> Date: Sun, 5 Jun 2022 17:10:09 +0800 Subject: [PATCH] Update and rename pull_request_template.md to pull_request.md --- .github/pull_request.md | 9 +++++++++ .github/pull_request_template.md | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 .github/pull_request.md delete mode 100644 .github/pull_request_template.md 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.