Skip to content

Add contracts pre-PR checklist#383

Merged
Chucks1093 merged 1 commit into
accesslayerorg:mainfrom
kitWarse:docs/372-pre-pr-checklist
May 31, 2026
Merged

Add contracts pre-PR checklist#383
Chucks1093 merged 1 commit into
accesslayerorg:mainfrom
kitWarse:docs/372-pre-pr-checklist

Conversation

@kitWarse
Copy link
Copy Markdown
Contributor

Summary

  • Adds a contracts-specific pre-PR checklist to the pull request template so contributors have a concrete review-readiness guide before opening changes.
  • The checklist calls out the expected verification commands, test coverage expectations, storage-layout safety review, event compatibility review, documentation updates, and scope hygiene for this contracts repo.

Issue

Changes

  • Expanded .github/PULL_REQUEST_TEMPLATE.md with actionable checklist items for creator-keys tests and failure paths.
  • Added explicit checklist coverage for cargo fmt, cargo clippy, and cargo test validation.
  • Added storage safety and event compatibility reminders linked to the existing contracts documentation.
  • Clarified that unrelated formatting, lockfile, generated artifact, and dependency changes should stay out of scoped contract PRs.

Validation

  • Ran git diff --check upstream/main...HEAD.
  • Did not run cargo fmt, clippy, or tests because this is a Markdown-only PR template update with no Rust code changes.

Notes

  • Fork relationship verified: kitWarse/accesslayer-contracts is a fork of accesslayerorg/accesslayer-contracts.
  • Branch was rebased onto the latest fetched upstream/main before pushing.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 31, 2026

@kitWarse Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Chucks1093 Chucks1093 merged commit 99e449f into accesslayerorg:main May 31, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add docs for contributor checklist before opening a contracts pull request

2 participants