From 269a5fc1911654ea38832f951149e344f6aa0dd1 Mon Sep 17 00:00:00 2001 From: "Zhiyong (Justin) He" Date: Thu, 9 May 2024 17:19:20 +0300 Subject: [PATCH 1/2] Create pull_request_template.md --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..093c09b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +# Pull Request + +## Description + + +## Related Issues + + +## Pictures (if applicable) + + +## Checklist + +- [ ] I have tested the changes/updates before submitting this pull request. + +## Additional Notes + From 6a605f2375f197975abb0baa827e7406e84d1b5e Mon Sep 17 00:00:00 2001 From: "Zhiyong (Justin) He" Date: Thu, 16 May 2024 00:46:38 +0300 Subject: [PATCH 2/2] Update pull_request_template.md --- .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 093c09b..a7056ab 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,7 +11,7 @@ ## Checklist -- [ ] I have tested the changes/updates before submitting this pull request. +- [ ] I have made sure that the changes/updates are working before submitting this pull request. ## Additional Notes