Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 869 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (19 loc) · 869 Bytes

Contributing

Please be sure to read the contribution guidelines before making or requesting a change.

Naming branches

As a convention all dev branches should be named by the following pattern: dev/short_ticket_name

Commits

Please follow the TEAM23 SE commit standard, i.e.

<type>[(<optional scope)>]: [optional ticket ID] <description>

[optional body]

[optional footer(s)]

Available commit scopes

Please use one of these scopes when fitting:

  • No scope is used: changes affect the entire repository
  • java-script: changes affect java-script
  • type-script: changes affect type-script
  • vue: changes affect vue

Pull request

Please use the PULL_REQUEST_TEMPLATE.md