-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a PR template including a checklist for commonly missed steps (#470)
1 parent
0c8eae5
commit 1dd04e6
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |