.github/PULL_REQUEST_TEMPLATE/bugfix.md
---
name: :bug: Bug fix or new feature
about: Fixing a problem with Redux
---
## PR Type
### Does this PR add a new _feature_, or fix a _bug_?
### Why should this PR be included?
## Checklist
- [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
- [ ] Is there an existing issue for this PR?
- _link issue here_
- [ ] Have the files been linted and formatted?
- [ ] Have the docs been updated to match the changes in the PR?
- [ ] Have the tests been updated to match the changes in the PR?
- [ ] Have you run the tests locally to confirm they pass?
## New Features
### What new capabilities does this PR add?
### What docs changes are needed to explain this?
## Bug Fixes
### What is the current behavior, and the steps to reproduce the issue?
### What is the expected behavior?
### How does this PR fix the problem?