From 84ae3fc48f883ba2434b86afcef3d3fafefa3f92 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Wed, 3 Apr 2024 21:46:34 +0800 Subject: [PATCH] Create pull_request_template.md (#4856) --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 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 0000000000..fb0e80b2af --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +# Description + +> Please provide a summary of the changes made in this PR. Include details such as: + > * What issue does this PR address or fix? + > * What new features or enhancements does this PR introduce? + > * Are there any breaking changes or dependencies that need to be considered? + +# Screenshots/Recordings/Graphs + +> Please attach relevant screenshots to showcase the UI changes. +> Please attach images that can help explain the changes. + + +## Tests + +> Please describe the tests that you have conducted to verify the changes made in this PR.