Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 1.18 KB

Contributing

See our specific contributing docs here, along with the general Chainlink contributing guidelines.

Creating new PRs

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

Drafting new releases

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"

Release versioning

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, and
  • patch version when you make backwards compatible bug fixes.

You can read more about semver here.