-
Notifications
You must be signed in to change notification settings - Fork 14
Contribution
Amit Gupta edited this page Dec 29, 2016
·
1 revision
Pull request to contribute to Stubmatic. It'll help me to maintain the code up to date with the technologies and to add new features which can make your life easier. However, I would appreciate if you follow below rules to get it to merged to main code.
- Work on a separate feature branch just for your changes.
- Add the tests to demo application, if possible.
- Don't use objectionable code, or content.
- Don't change the project name, version, description, or license. However, you can make "suggest.txt" on root of the project to suggest any change in these fields.
- Better not to mix multiple features in single branch. It'll make it complex to understand and may cause more delay to merge to main code.
Or