You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2023/06/25 11:31:41 UTC

[incubator-hugegraph-computer] branch master updated: chore: update PULL_REQUEST_TEMPLATE.md (#257)

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

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git


The following commit(s) were added to refs/heads/master by this push:
     new 510d7f9d chore: update PULL_REQUEST_TEMPLATE.md (#257)
510d7f9d is described below

commit 510d7f9d1e989ddf573e496d3090af100dc06535
Author: Aaron Wang <wa...@gmail.com>
AuthorDate: Sun Jun 25 19:31:36 2023 +0800

    chore: update PULL_REQUEST_TEMPLATE.md (#257)
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    ---------
    
    Co-authored-by: imbajin <ji...@apache.org>
---
 .github/PULL_REQUEST_TEMPLATE.md | 24 ++++++++++--------------
 1 file changed, 10 insertions(+), 14 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 578415b7..0cba9061 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -17,7 +17,7 @@
 
 ## Purpose of the PR
 
-- close: xxx  <!-- or use "fix: xxx", "xxx" is the link of related issue -->
+- close #xxx  <!-- or use "fix #xxx", "xxx" is the ID-link of related issue, e.g: close #257 -->
 
 <!--
 Please explain more context in this section, clarify why the changes are needed. 
@@ -38,20 +38,16 @@ For example:
 
 ## Verifying these changes
 
-<!-- Please pick either of the following options -->
+<!-- Please pick the proper options below -->
 
-- This change is a trivial rework / code cleanup without any test coverage.
+- [ ] Trivial rework / code cleanup without any test coverage. (No Need)
+- [ ] Already covered by existing tests, such as *(please modify tests here)*.
+- [ ] Need tests and can be verified as follows.
+    <!-- Please provide more details about verification
 
-*(or)*
-
-- This change is already covered by existing tests, such as *(please describe tests)*.
-
-*(or)*
-
-- This change added tests and can be verified as follows:
-  
-  *(for example:)*
-  - *Add UT.*
+      For example:
+      - If you test manually, please provide related screenshot.
+     -->
 
 
 ## Does this PR potentially affect the following parts?
@@ -70,4 +66,4 @@ For example:
 
 - [ ]  `Doc - TODO` <!-- Your PR changes impact docs and you will update later -->
 - [ ]  `Doc - Done` <!-- Related docs have been already added or updated -->
-- [ ]  `Doc - NO Need` <!-- Your PR changes don't impact/need docs -->
+- [ ]  `Doc - No Need` <!-- Your PR changes don't impact/need docs -->