Goal is to make it so that every PR should check off every checklist item before it is considered complete. Removed mention of labels. Since contributors outside the org don't have permission to add labels, it's not possible for any such contributor to ever check those items off. Opted instead to prescribe bracketed PR title prefixes, which are accessible to all. Re-ordered checklist items to better represent chronological progress.
1.2 KiB
1.2 KiB
Description
Testing instructions
Types of changes
Checklist:
- Prefixed the title of this PR with
[WIP]
if it is a work in progress. - Prefixed the title of this PR with bracketed package name(s) corresponding to the changed package(s). For example:
[sol-cov] Fixed bug
. - Added tests to cover my changes, or decided that tests would be too impractical.
- Updated documentation, or decided that no doc change is needed.
- Added new entries to the relevant CHANGELOG.jsons.