See our specific contributing docs here, along with the general Plugin contributing guidelines.
When creating a new PR remember to:
- include the id of JIRA ticket in the format
[PROJECT_ID-ticket-id]
(e.g.[TT-1234]
for a Test Tooling ticket with ID 1234) in the PR title - include a short description of the PR
To draft a new release:
- open the repository's releases page in Github
- click on "Draft a new release"
- chose correct version (see below) and use it both a tag and release title
- write a short description of the release
- click "Publish release"
When releasing a new version remember to follow correct semver:
major
version when you make incompatible API changes,minor
version when you add functionality in a backwards compatible manner, andpatch
version when you make backwards compatible bug fixes.
You can read more about semver here.