forked from BahamutoD/BDArmory
-
Notifications
You must be signed in to change notification settings - Fork 57
6. How to Contribute
Derek Lane edited this page Nov 25, 2017
·
1 revision
The BDA Team uses a Fork / Branch Workflow. If you would like to contribute to the project please use the following guides
-
master
- "production" branch, the latest release -
support
- used for bug fixes in between releases -
dev
- where a majority of development work is done, finished code fromfeature_xxx
branches are merged here -
feature_<feature description>
- It is preferred that any major changes use have their own separate branch. This should be a branch fromdev
- We only accept Pull Request to the
dev
branch - Pull requests to the
support
branch are reserved for critical bug fixes in between releases - Please reference issue numbers where applicable