docs: add pull request template (#1554)
* docs: add pull request template Adds PR template matching the format documented in CONTRIBUTING.md. Completes one of two remaining GitHub Community Standards items. Fixes #1553 * Update .github/PULL_REQUEST_TEMPLATE.md
This commit is contained in:
parent
f7b5f03800
commit
ae92f7bc50
|
|
@ -0,0 +1,13 @@
|
||||||
|
## What
|
||||||
|
<!-- 1-2 sentences describing WHAT changed -->
|
||||||
|
|
||||||
|
## Why
|
||||||
|
<!-- 1-2 sentences explaining WHY this change is needed -->
|
||||||
|
<!-- Fixes `#issue_number` (if applicable) -->
|
||||||
|
|
||||||
|
## How
|
||||||
|
<!-- 2-3 bullets listing HOW you implemented it -->
|
||||||
|
-
|
||||||
|
|
||||||
|
## Testing
|
||||||
|
<!-- 1-2 sentences on how you tested this -->
|
||||||
Loading…
Reference in New Issue