Update/simplify our PR template. (#2206)

* Update/simplify our PR template.

* Remove step that CI does already
This commit is contained in:
Nicholas Tollervey
2024-10-02 16:40:59 +01:00
committed by GitHub
parent 89a0a556f3
commit 4fe6ad80af

View File

@@ -4,11 +4,9 @@
## Changes
<!-- List the changes done to fix a bug or introduce a new feature.Please note both user-facing changes and changes to internal API's here -->
<!-- List the technical changes done to fix a bug or introduce a new feature. -->
## Checklist
<!-- Note: Only user-facing changes require a changelog entry. Internal-only API changes do not require a changelog entry. Changes in documentation do not require a changelog entry. -->
- [ ] All tests pass locally
- [ ] I have created / updated documentation for this (if applicable)
- [ ] I have checked `make build` works locally.
- [ ] I have created / updated documentation for this change (if applicable).