diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml deleted file mode 100644 index dc98862c8..000000000 --- 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 000000000..66ebcbf90 --- /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 +```