From 548cfa47f043d60db2e6940582f45bd7e2f965b3 Mon Sep 17 00:00:00 2001 From: yiling Date: Fri, 6 Dec 2024 12:16:55 +0800 Subject: [PATCH] Add pull request template --- .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 00000000..815fbc63 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +**What is this feature?** + +[Add a brief description of what the feature or update does.] + +**Why do we need this feature?** + +[Add a description of the problem the feature is trying to solve.] + +**Who is this feature for?** + +[Add information on what kind of user the feature is for.] + +**Which issue(s) does this PR fix?**: + +Fixes # + +**Special notes for your reviewer:**