aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAge
* augment the guide for contributingGravatar Kurtis Rader2016-04-05
| | | | | | | | | | Include information about how to deal with lint warnings and suppress `clang-format` reformatting of blocks of code. Move information only relevant to developers from the README.md to the CONTRIBUTING.md document. Closes #2901
* support making fish code match the style guideGravatar Kurtis Rader2016-04-04
| | | | | | | | This changes implements two new make targets: `style` and `style-all`. These make it easy to ensure that a change conforms to the project style guides for C++ and fish code. Fixes #571
* add make targets to lint the codeGravatar Kurtis Rader2016-04-01
| | | | Fixes #2818
* Rename STYLEGUIDE.md to CONTRIBUTING.md, so GitHub would notice it.Gravatar Konrad Borowski2013-07-28