SupremeTechnopriest/react-idle-timer

View on GitHub
.github/PULL_REQUEST_TEMPLATE/bug-fix.md

Summary

Maintainability
Test Coverage
---
name: 🐞 Bug Fix
labels: triage, bug
about: Fix a bug in the IdleTimer Source or Documentation.
---

## Pre Submission Checklist

<!-- Put an `x` in all the boxes that apply: -->

### Type of Change
- [x] Bug fix.
- [ ] New feature.
- [ ] Documentation update.

### Requirements
- [ ] I have read the [**CONTRIBUTING**](CONTRIBUTING.md) document.
- [ ] I have followed the [**Commit Message Guidelines**](CONTRIBUTING.md#git-commit-messages).
- [ ] My code passes the eslint style.

### Documentation
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.

### Automated Tests
- [ ] My change does not require any additional tests to maintain full coverage.
- [ ] I have added tests to cover any critical components of my change.
- [ ] The test suite is passing.

## Issues this Pull Request Resolves

<!-- Tag any issues this pull request resolves here. -->

## Additional Context

<!-- Add any additional notes, motivations or contexts here. -->