This is an automated email from the ASF dual-hosted git repository.
vishwasbabu pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 592ee19 Update PULL_REQUEST_TEMPLATE.MD
new 68a1e87 Merge pull request #540 from vishwasbabu/develop
592ee19 is described below
commit 592ee1930e74ab8d7f2e61537cb772c2676477f5
Author: Vishwas Babu A J <[email protected]>
AuthorDate: Tue Mar 5 15:58:12 2019 -0800
Update PULL_REQUEST_TEMPLATE.MD
By adding link to guidelines for code reviews
---
.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 f958c58..586f5f7 100644
--- a/.github/PULL_REQUEST_TEMPLATE.MD
+++ b/.github/PULL_REQUEST_TEMPLATE.MD
@@ -15,3 +15,5 @@ Please make sure these boxes are checked before submitting
your pull request - t
- [ ] All Integrations tests are passing with the new commit.
- [ ] PR contains a single commit (If you have multiple commits, please squash
them into a single commit).
+
+Our guidelines for code reviews is at
https://cwiki.apache.org/confluence/display/FINERACT/Code+Review+Guide