You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by kh...@apache.org on 2019/10/28 18:03:27 UTC

[madlib] branch master updated: Add pull request template

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

khannaekta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/madlib.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e7aba3  Add pull request template
1e7aba3 is described below

commit 1e7aba37fd824ab79479bcbdc3dc603c80555ddc
Author: Himanshu Pandey <hp...@pivotal.io>
AuthorDate: Tue Sep 3 13:45:24 2019 -0700

    Add pull request template
    
    [skip ci]
---
 .github/pull_request_template.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..12d67f8
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,10 @@
+<!--  
+
+Thanks for sending a pull request!  Here are some tips for you:
+1. Refer to this link for contribution guidelines https://cwiki.apache.org/confluence/display/MADLIB/Contribution+Guidelines
+2. Please Provide the Module Name, a JIRA Number and a short description about your changes.
+-->
+
+- [ ] Add the module name, JIRA# to PR/commit and description.
+- [ ] Add tests for the change. 
+