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.
Type: (feature, fix, test, docs, refactor, style, chore)
- [type]/[JIRA_OR_ISSUE_KEY]-[short_description_or_full_task_name]
- fix/CH5C-124-validate-value-for-sendEventOnClick-attribute
Commit messages should follow Semantic Commit Messages rules. Read more about Semantic Commit Messages.
- [type](scope?): [commit_description]
- 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
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
releaselabel should be added - use appropriate labels if they are available
- Work In Progress