Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 924 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 924 Bytes

Contributing

We welcome contributions in several forms, e.g.

  • Documenting
  • Testing
  • Coding
  • etc.

Please read 14 Ways to Contribute to Open Source without Being a Programming Genius or a Rock Star

Workflow

We currently use the Feature Branch Workflow. The mentioned links from Atlassian are the recommended docs to read and understand the git workflow.

Commits

We're following the Conventional Commits Specification for our commit messages (TYPE(SCOPE): SUBJECT).

Codestyle

We are using the .editorconfig for general file style rules. Please read What is EditorConfig? for more information on this tool.