Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 938 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 938 Bytes

ADI Attach Development and Contribution Guidelines

Development Flow

Development for the MSDK also follows the official GitHub development flow guidelines.

Contribution 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