Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 823 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (16 loc) · 823 Bytes

Contribution Guidelines

Repository setup:

Making changes:

  • create a branch from develop branch
  • name of the branch shoul be something like: feature/GITHUB-ISSUE-ID-slug (eg: feature/50-configprovider-update)
  • including unit tests is encouraged

Pull Request:

  • open the PR to develop branch
  • if there is no issue referenced, add a description about the problem and the way it is being solved
  • Allow edits from maintainers

Contribution to refactoring:

  • include unit tests
  • open the Pull Request
  • check that git workflows checks have passed