---
name: Pull request
about: ""
title: "[PR]"
labels: "i: pull-request, i: needs triage"
assignees: ""

---

## 🚀 🚀 Pull Request

### All Submissions:

- [ ] Have you followed the guidelines in our Contributing document?
- [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change?
- [ ] Is your [Pull Requests](../../../pulls) linked to an [Issue](../../../issues)



### New Feature Submissions:

- [ ] Does your submission pass all `tests`?
- [ ] Does your submission not lower the `coverage-rate`?
- [ ] Have you lint your code locally prior to submission; including `black` style?
- [ ] Have you describe your new feature in the `docs`?


### Changes to Core Features:

- [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
- [ ] Have you written new `tests` for your core changes, as applicable?
- [ ] Have you successfully ran `tests` with your changes locally?
- [ ] Have you keep the `coverage-rate` constant?
- [ ] Have you keep the `coverage-rate` up?
- [ ] Are the `docs` up to date?
