Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.2 KB

File metadata and controls

34 lines (23 loc) · 1.2 KB

Contributing

This project combines atomic commits and a linear commit history with the Git feature branch workflow. Please submit your changes for review as a GitHub pull request.

Code Style

The following code styles are in use:

Commit Messages

This project uses Conventional Commits 1.0.0. Please use English in commit messages. The first line of the commit message should be at most 100 characters, while the rest of the commit message should be wrapped at column 70. A commit's description should be a verb phrase in the imperative present tense, with the starting verb in lower case and no ending punctuation.

Valid commit types are:

  • docs—documentation-only changes

Valid commit scopes are:

  • profile—the public organization profile

  • no scope—for docs changes not specific to one scope