Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.43 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

31 lines (21 loc) · 1.43 KB

Pull Request

Proposed Changes

Please consider going over CONTRIBUTING. If this PR is in response to an issue, please link to said issue as well.

Types of changes

What types of changes does this PR introduce? Put an x in the boxes that apply and write down below it on a new line.

  • Minor bugfix
  • New feature or plugin support
  • Breaking changes (feature or features that might break exsisting functionality)
  • Documentation Update.
  • (Other, describe here)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. This is just to ensure we can merge it to main/master branch asap.

  • Lint and unit tests pass locally on your system
  • CHANGELOG and README have been appropriately updated
  • Check any sources you might have linked in the documentation.
  • Describe the commit with a brief message (git commit -m "v 1.\*.\*" -m "Desc." or git commit -m "Desc" for documentation.)

Further Info

If you have any more questions or something you are unsure about, please feel free to write it here and we can go about tackling it together.