Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 877 Bytes

bugfix.md

File metadata and controls

34 lines (22 loc) · 877 Bytes
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 1 column 11
---
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?