This is an automated email from the ASF dual-hosted git repository.

liuxiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 40d8f97  feat: Add backport type in PR template (#1230)
40d8f97 is described below

commit 40d8f97de8770187599ff5963617049603020e92
Author: Joey <[email protected]>
AuthorDate: Fri Jan 8 09:16:30 2021 +0800

    feat: Add backport type in PR template (#1230)
    
    Signed-off-by: imjoey <[email protected]>
    
    Co-authored-by: 琚致远 <[email protected]>
---
 .github/PULL_REQUEST_TEMPLATE | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index 37c9ccb..74f8569 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -4,6 +4,7 @@ Please answer these questions before submitting a pull request
 - [ ] Bugfix
 - [ ] New feature provided
 - [ ] Improve performance
+- [ ] Backport patches
 
 - Related issues
 
@@ -16,3 +17,13 @@ ___
 ___
 ### New feature or improvement
 - Describe the details and related test reports.
+
+___
+### Backport patches
+- Why need to backport?
+
+- Source branch
+
+- Related commits and pull requests
+
+- Target branch

Reply via email to