Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Please provide a detailed description for the change. As much as possible, please try to keep changes separate by purpose. For example, try not to make a one-line bug fix in a feature request, or add an irrelevant README change to a bug fix.
What's the impact of this change?
Have you added unit and integration tests if necessary? Were any tests changed? Are any breaking changes necessary?
Any additional details that we should be aware of?
- Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- Ensure the tests and linter pass
- Code coverage does not decrease
- Appropriate docs were updated
- Appropriate comments were added, particularly in complex areas or places that require background
- No new warnings or issues will be generated from this change
Fixes #issue_number_goes_here 🦕