Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 1.02 KB

Contributing

We welcome contributions to the picosdk-ni-labview-examples repository. By contributing to this repository, you agree to abide by our code of conduct.

Steps to contribute

  1. Fork, then clone the repository:
git clone https://github.com/YOUR-USERNAME/picosdk-ni-labview-examples.git
  1. Create a new branch - specify a name in lowercase, using hyphens to link words e.g. fft-example

  2. Push to the new branch on your fork, and then submit a pull request.

We will then review the pull request.

Pull request guidelines

  • Include a label in each vi indicating the author name, date, and description of new file (or of change to existing file)
  • If contributing a new file, ensure that it is in the correct 32-bit-examples or 64-bit-examples sub-folder for the driver depending on the version of LabVIEW being used
  • Files should be saved for LabVIEW 8.5
  • Commit messages should clearly communicate the reason for the change