24 lines
1.0 KiB
Markdown
24 lines
1.0 KiB
Markdown
<!--
|
|
|
|
Please make sure you've read the
|
|
[`CONTRIBUTING.md`](https://github.com/perspective-dev/perspective/blob/master/CONTRIBUTING.md)
|
|
and followed the instructions precisely before opening a Pull Request. Pull
|
|
Requests from new contributors which do not may be closed without comment.
|
|
|
|
## Final Pull Request Checklist
|
|
|
|
As a reminder from [`CONTRIBUTING.md`](https://github.com/perspective-dev/perspective/blob/master/CONTRIBUTING.md). Please do not _literally_ inlude this list in your PR!
|
|
|
|
- Includes a thorough Description which clearly states what problems the PR
|
|
solves.
|
|
- Description contains a link to the Github Issue, and any relevent Discussions,
|
|
this PR applies to.
|
|
- Include new tests that fail without this PR but passes with it.
|
|
- Include any relevent Documentation changes related to this change.
|
|
- Verify all commits have been _signed_ in accordance with the DCO policy.
|
|
- Disclosed AI tooling assistance.
|
|
- Reviewed PR commit history to remove unnecessary changes.
|
|
- Make sure your PR passes _build_, _test_ and _lint_ steps _completely_.
|
|
|
|
-->
|