atomic-threat-coverage/CONTRIBUTING.md

12 lines
403 B
Markdown
Raw Normal View History

2019-01-09 22:07:42 +00:00
We use following schema
2019-01-09 22:13:49 +00:00
2019-01-09 22:07:42 +00:00
develop branch - Release candidate
2019-01-09 22:13:49 +00:00
2019-01-09 22:07:42 +00:00
master branch - Release
It means that scheduled releases should be in master branch, and current prototype is in develop
To add a new feature or fix a bug you should
1. Create a branch from develop with name that would represent new feature or bug fixing
2. Push your changes into that branch
3. Create a merge request to develop branch