Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 396 Bytes

SUBMISSION_GUIDELINES.md

File metadata and controls

16 lines (9 loc) · 396 Bytes

Submitting a Pull Request (PR)

Before you submit your Pull Request (PR) consider the following guidelines:

  • Make your changes in a new git branch. Create a new feature branch based off the current release branch:
git checkout -b my-branch release/x.x.x
  • Make sure all tests pass and there are no linting errors.
  • Submit a pull request, referencing any issues it addresses.