[skip ci] More explicit PR checklist

This commit is contained in:
arkon 2021-09-08 22:28:25 -04:00
parent 75bdb0bec5
commit c3849f0e3b
1 changed files with 8 additions and 11 deletions

View File

@ -1,12 +1,9 @@
<!-- Checklist:
If you are updating extensions, please remember to:
- Update the `extVersionCode` value in `build.gradle` - [ ] Updated `extVersionCode` value in `build.gradle` for individual extensions
- Annotate `Source` or `SourceFactory` classes with `@Nsfw` when appropriate - [ ] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions
- Add the `containsNsfw = true` flag in `build.gradle` when appropriate - [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz")
- [ ] Annotated `Source` or `SourceFactory` classes with `@Nsfw` when appropriate
Please also mention the related issues, e.g.: - [ ] Added the `containsNsfw = true` flag in `build.gradle` when appropriate
- [ ] Have not changed source names
Closes #123 - [ ] Have explicitly kept the `versionId` if a source's name or language were changed
Closes #456
-->