SupremeTechnopriest/react-idle-timer

View on GitHub
.github/PULL_REQUEST_TEMPLATE/new-feature.md

Summary

Maintainability
Test Coverage
---
name: ⚡️ New Feature
labels: triage, enhancement
about: Implement a New Feature.
---

## Pre Submission Checklist

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

### Type of Change
- [ ] Bug fix.
- [x] 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. -->