Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 658 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (9 loc) · 658 Bytes

Coding conventions

  • Adhere to style in the same file

  • Separate STYLE commits from functional changes. STYLE commits don't need much attention from others, functional changes do.

  • Some IDEs tend to apply their own coding style. This introduces unwanted STYLE changes if code-blocks are copy-pasted. Please turn off this feature.

  • Preferably, use commit messages tags: ENH, BUG, COMP, PERF, STYLE.

Suggested

Thanks,
The elastix team