From dd7559a0096b63a9d3ffa72611d05b3538ca058a Mon Sep 17 00:00:00 2001 From: Jin Hai <haijin.chn@gmail.com> Date: Wed, 17 Apr 2024 16:43:08 +0800 Subject: [PATCH] Update PR template (#415) ### What problem does this PR solve? Update PR template ### Type of change - [x] Documentation Update Signed-off-by: Jin Hai <haijin.chn@gmail.com> --- .github/pull_request_template.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 12ff5a2..de17118 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,16 +2,11 @@ _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ -Issue link:#[Link the issue here] - ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [ ] New Feature (non-breaking change which adds functionality) -- [ ] Breaking Change (fix or feature that could cause existing functionality not to work as expected) - [ ] Documentation Update - [ ] Refactoring - [ ] Performance Improvement -- [ ] Test cases -- [ ] Python SDK impacted, Need to update PyPI - [ ] Other (please describe): -- GitLab