From 2c24b976680891a0b183561ddc95a512b1b2150d Mon Sep 17 00:00:00 2001 From: chensuyue Date: Thu, 18 Jul 2024 14:57:49 +0800 Subject: [PATCH] update pr template Signed-off-by: chensuyue --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7a1fa9e600..25b5629d1f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,6 +13,7 @@ List the type of change like below. Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds new functionality) - [ ] Breaking change (fix or feature that would break existing design and interface) +- [ ] Others (enhancement, documentation, validation, etc.) ## Dependencies