Skip to content

ci: add GitHub PR template — standard checklist for every pull request #832

Description

@BigBen-7

Description

PRs are opened without a consistent checklist, leading to missed steps (no tests, no CHANGELOG update, clippy warnings).

What to do

Create .github/PULL_REQUEST_TEMPLATE.md:

## What does this PR do?
<!-- One paragraph summary -->

## Closes
Closes #

## Checklist
- [ ] Tests added or updated
- [ ] `cargo test` passes locally
- [ ] `cargo fmt --all --check` passes
- [ ] `cargo clippy -- -D warnings` passes
- [ ] `CHANGELOG.md` updated under [Unreleased]
- [ ] `docs/error-codes.md` updated if new panic strings added
- [ ] `docs/events-reference.md` updated if new events emitted

PR requirement

  • Closes #[issue_id] — Timeframe: 24 hours

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions