Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

21 lines (17 loc) · 1.02 KB

Contributing to AceUnit

General

  • Follow the Code of Conduct.
  • Make sure that you are allowed to contribute. If you're employed, and in doubt, check with your employer or a lawyer.
  • Make sure you understand and accept the License.

If you are unsure about the general section of these guidelines, check with your employer or a lawyer.

Quality

  • Make sure there is no regression. There is an extensive suite of tests.
  • If you fix a bug, prevent regression by reproducing it first with a test.
  • If you add a new feature, make sure it's tested.
  • AceUnit uses 1TBS style with 4 spaces indentation, Unix format. That means no tabs (except for recipes in Makefiles), no CRLF, curly braces open at the end of the line.
  • Follow the SEI CERT C Coding Standard.

If you are unsure about the quality section of these guidelines, you can still submit a pull request. You will receive help to meet the quality guidelines.