This is an automated email from the ASF dual-hosted git repository.
rajanmaurya154 pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/fineract-cn-mobile.git
The following commit(s) were added to refs/heads/development by this push:
new 6489ad6 docs: Improved pull request template
6489ad6 is described below
commit 6489ad69fe9cba5b90917ef8d95cf727b9a2b97c
Author: Rajavamsi11 <[email protected]>
AuthorDate: Thu Jan 31 21:41:46 2019 +0530
docs: Improved pull request template
---
.github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 8307603..0f7ebfe 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,9 +1,15 @@
-Please make sure these boxes are checked before submitting your pull request -
thanks!
+Fixes #Issue_number
+
+Please Add Screenshots If any UI changes.
+
+Please Add Summary of what changes you have made and if possible provide
links.(Optional)
-Fixes #{Issue Number}
+Please make sure these boxes are checked before submitting your pull request -
thanks!
- [ ] Apply the `AndroidStyle.xml` style template to your code in Android
Studio.
-- [ ] Run the unit tests with `./gradlew check` to make sure you didn't break
anything
+- [ ] Run the unit tests with `./gradlew check` to make sure you didn't break
anything.
+
+- [ ] If you have multiple commits please combine them into one commit by
squashing them.
+
-- [ ] If you have multiple commits please combine them into one commit by
squashing them.
\ No newline at end of file