Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 793 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 793 Bytes

Contributing to Munin

First off, thanks for taking the time to contribute!

Read on for more details in the Guide.

Submitting Issues

Include the version of Munin you are using and the OS.
Include screenshots whenever possible; they are immensely helpful.
Include any relevant logs; the mere act of writing a detailed bug usually gives the answer.

Pull Requests

Include screenshots in your pull request if relevant.
End files with a newline.

Git Commit Messages

Use the present tense ("Add feature" not "Added feature")
Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
Use the standard commit formatting (look at the one already made)

Coding style

Do your best to adopt the coding style already used in this repo