From 12b3149335582b142acf03d150892649a366df52 Mon Sep 17 00:00:00 2001 From: YangruiEmma Date: Thu, 13 Apr 2023 14:57:04 +0800 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9d4d5bc..8d94f53 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,21 +10,39 @@ optimize: A new optimization fix: A bug fix perf: A code change that improves performance refactor: A code change that neither fixes a bug nor adds a feature -style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) +style: Changes that do not affect the meaning of the code (white space, formatting, missing semi-colons, etc) test: Adding missing tests or correcting existing tests chore: Changes to the build process or auxiliary tools and libraries such as documentation generation --> -#### What this PR does / why we need it (en: English/zh: Chinese): +#### Check the PR title. +- [ ] This PR title match the format: \(optional scope): \ +- [ ] The description of this PR title is user-oriented and clear enough for others to understand. +- [ ] Attach the PR updating the user documentation if the current PR requires user awareness at the usage level. [User docs repo](https://github.com/cloudwego/cloudwego.github.io) + + +#### (Optional) Translate the PR title into Chinese. + + +#### (Optional) More detailed description for this PR(en: English/zh: Chinese). + en: -zh: +zh(optional): -#### Which issue(s) this PR fixes: +#### (Optional) Which issue(s) this PR fixes: + +#### (optional) The PR that updates user documentation: +