From 697b2774ee30d6b7ffb72f0b61210e66a2657b3f Mon Sep 17 00:00:00 2001 From: Dianjin Wang Date: Mon, 6 Nov 2023 11:48:20 +0800 Subject: [PATCH] Doc: update pull request template for CBDB Update the keyword from 'closes' to 'fix' to help developers to link a pull request to an issue easily. And cancel to mention the cloudberrydb/dev team when one PR is submitted. --- .github/pull_request_template.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 25b28ab0502..5383da8d4d3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,6 @@ - -closes: #ISSUE_Number +fix #ISSUE_Number --- @@ -36,4 +35,4 @@ Here are some reminders and checklists before/when submitting your pull request, - [ ] Add tests for the change - [ ] Pass `make installcheck` - [ ] Pass `make -C src/test installcheck-cbdb-parallel` -- [ ] Feel free to @cloudberrydb/dev team for review and approval when your PR is ready🥳 +- [ ] Feel free to request `cloudberrydb/dev` team for review and approval when your PR is ready🥳