Skip to content

Files

Latest commit

 

History

History
21 lines (15 loc) · 859 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 859 Bytes

QDSP Contribution Guide

Want to help improve QDSP? Just fork the code on GitHub and make a pull request.

Git workflow

QDSP uses Vincent Driessen's git flow model. All changes should be made on the develop branch, or made on feature branches and merged into develop.

Style

Most of this code base uses "smart tabs": tabs for indentation and spaces for alignment. That way, everyone can set the tab width to whatever they like (I personally prefer 6) and everything will still line up. This isn't a hard and fast rule; I'll still accept your pull request no matter what style you use, but I highly recommend sticking with smart tabs for consistency.

You can automate this in both Emacs and Vim.