6. How to Contribute - PapaJoesSoup/BDArmory GitHub Wiki
Contribution Guidelines
The BDA Team uses a Fork / Branch Workflow. If you would like to contribute to the project please use the following guides
Branches
- 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 from- feature_xxxbranches are merged here
- feature_<feature description>- It is preferred that any major changes use have their own separate branch. This should be a branch from- dev
Pull Requests
- We only accept Pull Request to the devbranch
- Pull requests to the supportbranch are reserved for critical bug fixes in between releases
- Please reference issue numbers where applicable