Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.18 KB

File metadata and controls

29 lines (22 loc) · 1.18 KB

Contributing

When contributing to this repository, please first discuss the change you wish to make with the team if the change is not reflected into a JIRA or GITHUB task.

Branch name

Type: (feature, fix, test, docs, refactor, style, chore)

  • [type]/[JIRA_OR_ISSUE_KEY]-[short_description_or_full_task_name]
E.g.
  • fix/CH5C-124-validate-value-for-sendEventOnClick-attribute

Commit messages

Commit messages should follow Semantic Commit Messages rules. Read more about Semantic Commit Messages.

  • [type](scope?): [commit_description]
Notes:
  • the body of the commit message can contain additional info, jira task link, PR link, and so on.
  • use present tense in the commit message

Pull Requests

When opening a new pull request please take into account the following steps:

  • the Pull Request is concise, and doesn't contain other out of the scope changes
  • it should have at least two Reviewers
  • it should have at least one Assignee
  • if the PR will be merged at the next release the release label should be added
  • use appropriate labels if they are available

Resources

  • Work In Progress