Tachiyomi-Extensions/.github/pull_request_template.md
Alessandro Jean 4f021f6701
[skip ci] Add a new item to the PR checklist (#9246)
* [skip ci] Add a new item to the PR checklist.

* Add the running condition too.
2021-09-26 15:39:05 -04:00

11 lines
634 B
Markdown

Checklist:
- [ ] Updated `extVersionCode` value in `build.gradle` for individual extensions
- [ ] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions
- [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz")
- [ ] Annotated `Source` or `SourceFactory` classes with `@Nsfw` when appropriate
- [ ] Added the `containsNsfw = true` flag in `build.gradle` when appropriate
- [ ] Have not changed source names
- [ ] Have explicitly kept the `id` if a source's name or language were changed
- [ ] Have tested the modifications by compiling and running the extension through Android Studio