1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-28 22:30:44 +00:00
lancedikson_bowser/CONTRIBUTING.md
2018-08-18 14:13:50 +03:00

584 B

Contributing

The project runs Git-flow, where the master branch is the production one and the develop is the developing one.

In a nutshell, if you're about to propose a new feature with adding new functionality to bowser, it's better to branch from develop and make a PR pointing to develop 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 master and make a PR pointing to master as well. Following these simple rules will help to maintain the repo a lot! Thanks ❤️