Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 925 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 925 Bytes

Contributing to Statusify

Hey, thanks for taking the time to contribute!

The following is a set of guidelines for contributing to Statusify and its packages. These are mostly guidelines and not rules. Use your best judgement are propose changes.

Table of Contents

Styleguides

Styleguides

Git Commit Messages

This specification uses part of the Angular commit message format

Commit Message Header

<type>(<scope>): <short summary>
  │       │             │
  │       │             └─⫸ Summary in present tense. Not capitalized. No period at the end.
  │       │
  │       └─⫸ The package being committed to, if multiple are affected then split the commits.
  │
  └─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|test