Please consider going over CONTRIBUTING. If this PR is in response to an issue, please link to said issue as well.
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)
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."
orgit commit -m "Desc"
for documentation.)
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.