Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 691 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 691 Bytes

Contributing to Elfldr

So you wanna make this awesome thing even more awesome? Go for it!

Some helpful resources:

Commit message formatting

I use a sort of variant of Andreas Kling's commit guidelines.

In the case that your commit does not change any Elfldr C++ source files, use [ci skip] so that Actions does not need to run for it.

(optional: [ci skip]) Some small commit description here

A longer description of what this commit does,
alongside any description of unrelated changes,
if applicable.

Code formatting

We use clang-format. Pretty much, just make sure you run clang-format on any PR code.