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 releasesupport
- used for bug fixes in between releasesdev
- where a majority of development work is done, finished code fromfeature_xxx
branches are merged herefeature_<feature description>
- It is preferred that any major changes use have their own separate branch. This should be a branch fromdev
Pull Requests
- 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