diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md deleted file mode 100644 index c3464fd507..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md +++ /dev/null @@ -1,25 +0,0 @@ -## Description - -### Steps to reproduce - - - -### Expected behavior - - - -### Actual behavior - - - -## Related issues - - - -## Reason - - - -## Solution - - diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature.md deleted file mode 100644 index ae3e669e7a..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE/feature.md +++ /dev/null @@ -1,28 +0,0 @@ -## Description - - - -## Motivation - - - -## Key changes - - - -- Frontend -- Backend - -## Test plan - -### Suggestions - - - -### Underlying risk - - - -## Showcase - - diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 873e2350fa..2fd5b38049 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,24 +1,40 @@ - - + -# Description - +### This is a ... +- [ ] New feature +- [ ] Bug fix +- [ ] Others -# Motivation - +### Motivation + -# Key changes - -- Frontend -- Backend +### Description + -# Test plan -## Suggestions - +### Showcase + -## Underlying risk - +### Changelog -# Showcase - +| Language | Changelog | +| ---------- | --------- | +| πŸ‡ΊπŸ‡Έ English | | +| πŸ‡¨πŸ‡³ Chinese | | + +### Checklists +- [ ] All changes have been self-tested and work as expected +- [ ] Test cases are updated/provided or not needed +- [ ] Doc is updated/provided or not needed +- [ ] Component demo is updated/provided or not needed +- [ ] Changelog is provided or not needed +- [ ] Request a code review if it is necessary +- [ ] Sign Contribution License Agreement