Skip to content

Commit

Permalink
Add a PR template including a checklist for commonly missed steps (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles authored Sep 7, 2023
1 parent 0c8eae5 commit 1dd04e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Description of the change

## Why am I making this change?

## Checklist

- [ ] I've updated the relevant CHANGELOG files if necessary. Changes to `javy-cli` and `javy-core` do not require updating CHANGELOG files.
- [ ] I've updated the relevant crate versions if necessary. [Versioning policy for library crates](../docs/contributing.md#versioning-for-library-crates).
- [ ] I've updated documentation including crate documentation if necessary.

0 comments on commit 1dd04e6

Please sign in to comment.