From 46709f18f9cf17c6a8ea1a372b2a5a5cf8ffc2ae Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 16 Jun 2017 12:50:55 +0530 Subject: [PATCH] Updated Contribution Guidelines (markdown) --- Contribution-Guidelines.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Contribution-Guidelines.md b/Contribution-Guidelines.md index e9ee155..38c2d4f 100644 --- a/Contribution-Guidelines.md +++ b/Contribution-Guidelines.md @@ -12,6 +12,13 @@ Happy contributing! We will strive for a "Zero Pull Request Pending" policy, inspired by "Zero Inbox". This means, that if the pull request is good, it will be merged within a day and if it does not meet the requirements, it will be closed. +### Design Guides + +Please read the following design guidelines carefully when contributing: + +1. [Form Design Guidelines](https://github.com/frappe/erpnext/wiki/Form-Design-Guidelines) +1. [How to break large contributions into smaller ones](https://github.com/frappe/erpnext/wiki/Cascading-Pull-Requests) + ### Pull Request Requirements 1. **Test Cases:** Important to add test cases, even if its a very simple one that just calls the function. For UI, till we don't have Selenium testing setup, we need to see a screenshot / animated GIF.