1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00
lancedikson_bowser/CONTRIBUTING.md

8 lines
607 B
Markdown
Raw Normal View History

2018-08-18 11:13:50 +00:00
# Contributing
2019-01-19 13:57:00 +00:00
The project runs Git-flow, where the `master` branch is the development one and `production` is the production one.
2018-08-18 11:13:50 +00:00
2019-01-19 13:57:00 +00:00
In a nutshell, if you're about to propose a new feature with adding some totally new functionality to `bowser`, it's better to branch from `master` and make a PR pointing back to `master` as well.
If it's a small hotfix, fix a typo in the docs or you've added support for a new browser/OS/platform/etc, then it's better to branch from `production` and make a PR pointing back to `production`.
2018-08-18 11:13:50 +00:00
Following these simple rules will help to maintain the repo a lot! Thanks ❤️