From fe8cf10a96ead34175b15f78fe2d9575c1719883 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Fri, 5 Aug 2022 04:52:01 +0800 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#2438) Add two different Pull Request type: Documentation and Others. --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 199861da0..4b21f07a9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,6 +9,8 @@ We may remove your pull request if you do not use this provided PR template corr Please select what type of pull request this is: - [ ] Bugfix - [ ] Feature Implementation +- [ ] Documentation +- [ ] Other **Related issue** Please link the issue your pull request is referring to. If this pull request fully resolves the relevant issue, put "closes" before the issue number. Example: "closes #123456".