You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/12/26 13:06:31 UTC

[GitHub] maskit commented on a change in pull request #3252: [dev] PIP 27: Add checklist in github pull request template

maskit commented on a change in pull request #3252: [dev] PIP 27: Add checklist in github pull request template
URL: https://github.com/apache/pulsar/pull/3252#discussion_r243993709
 
 

 ##########
 File path: .github/PULL_REQUEST_TEMPLATE.md
 ##########
 @@ -1,12 +1,62 @@
+<--
+### Contribution Checklist
+  
+  - Name the pull request in the form "[component] Title of the pull request". Skip *component* if you are unsure about which is the best component. E.g. `[docs] Fix typo in produce method`.
+
+  - Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review.
+  
+  - Make sure that the change passes the CI checks.
+
+  - Each pull request should address only one issue, not mix up code from multiple issues.
+  
+  - Each commit in the pull request has a meaningful commit message
+
+  - Once all items of the checklist are addressed, remove the above text and this checklist, leaving only the filled out template below.
 
 Review comment:
   Why don't we use actual checkboxes?
   - [ ] abc
   - [ ] xyz

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services