From b7389529d7435576a73ed45cae41f45f9b70b8b2 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sun, 9 Oct 2022 14:58:29 +0800 Subject: [PATCH] chore: add pull request template and remove auto assign config file (#635) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind documentation #### What this PR does / why we need it: 添加 PR 模板和删除 auto assign 的配置文件。 Ref https://github.com/halo-dev/console/pull/569 #### Special notes for your reviewer: /cc @halo-dev/sig-halo-console #### Does this PR introduce a user-facing change? ```release-note None ``` --- .github/auto_assign.yml | 20 ---------- .github/pull_request_template.md | 67 ++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 20 deletions(-) delete mode 100644 .github/auto_assign.yml create mode 100644 .github/pull_request_template.md diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml deleted file mode 100644 index dc98862c..00000000 --- a/.github/auto_assign.yml +++ /dev/null @@ -1,20 +0,0 @@ -# Set to true to add reviewers to pull requests -addReviewers: true - -# Set to true to add assignees to pull requests -addAssignees: false - -# A list of reviewers to be added to pull requests (GitHub user name) -reviewers: - - ruibaby - - JohnNiang - - guqing - - LIlGG - -# A list of keywords to be skipped the process that add reviewers if pull requests include it -skipKeywords: - - wip - -# A number of reviewers added to the pull request -# Set 0 to add all the reviewers (default: 0) -numberOfReviewers: 0 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..66ebcbf9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,67 @@ + + +#### What type of PR is this? + + + +#### What this PR does / why we need it: + +#### Which issue(s) this PR fixes: + + +Fixes # + +#### Screenshots: + + + +#### Special notes for your reviewer: + +#### Does this PR introduce a user-facing change? + + + +```release-note +```