Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Latest commit

 

History

History
55 lines (33 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

55 lines (33 loc) · 1.21 KB

Contributing to DashboardHub

Thank you for taking the time to contribute.

The DashboardHub community is a safe place for people to collaborate.

Please read the CODE of CONDUCT.


All contributions are welcome

...from typos in documentation to coding new features. If you require any help or have any questions please do not hesitate to ask, we are friendly and aim to reply within 48hours.


Commit messages

We are now using Conventional Commits specification

Commit Message Convention, at a Glance

Dont forget to include the Issue Number...

patches:

git commit -a -m "fix(parsing): #123 fixed a bug in our parser"

features:

git commit -a -m "feat(parser): #123 we now have a parser \o/"

breaking changes:

git commit -a -m "feat(new-parser): #123 introduces a new parsing library
BREAKING CHANGE: new library does not support foo-construct"

other changes:

You decide, e.g., docs, chore, etc.

git commit -a -m "docs: #123 fixed up the docs a bit"

but wait, there's more!

Github usernames (@bcoe) and issue references (#133) will be swapped out for the appropriate URLs in your CHANGELOG.