Development for the MSDK also follows the official GitHub development flow guidelines.
The MSDK follows the GitHub contribution guidelines.
External contributions from outside the Analog Devices organization should be made via a Pull Request opened from a fork. Internal contributions should also preferrably use a fork where possible.
If a direct branch on the mainline ADI Attach repo is made, the following branch naming conventions should be used when possible:
- Bugfix/ticket:
fix/ticketnumber
- New feature:
feature/branchname
- Generic development branch:
dev/branchname
- New and/or modified example branch:
example/branchname