[skip ci] chore: Minor changes to PR & issue templates (#2933)
This commit is contained in:
parent
bf30fdeaba
commit
2b3537e96f
8
.github/ISSUE_TEMPLATE/01_report_issue.yml
vendored
8
.github/ISSUE_TEMPLATE/01_report_issue.yml
vendored
@ -10,7 +10,7 @@ body:
|
|||||||
description: |
|
description: |
|
||||||
You can find the extension name and version in **Browse → Extensions**.
|
You can find the extension name and version in **Browse → Extensions**.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Example: "AnimePahe 13.19 (English)"
|
Example: "AnimePahe 14.19 (English)"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ body:
|
|||||||
description: |
|
description: |
|
||||||
You can find your Aniyomi version in **More → About**.
|
You can find your Aniyomi version in **More → About**.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Example: "0.15.2.2" or "Preview r7473"
|
Example: "0.15.2.4" or "Preview r7473"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@ -95,11 +95,11 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- label: I have written a short but informative title.
|
- label: I have written a short but informative title.
|
||||||
required: true
|
required: true
|
||||||
- label: I have updated the app to version **[0.12.3.10](https://github.com/aniyomiorg/aniyomi/releases/latest)**.
|
- label: I have updated the app to version **[0.15.2.4](https://github.com/aniyomiorg/aniyomi/releases/latest)**.
|
||||||
required: true
|
required: true
|
||||||
- label: I have updated all installed extensions.
|
- label: I have updated all installed extensions.
|
||||||
required: true
|
required: true
|
||||||
- label: I have tried the [troubleshooting guide](https://aniyomi.org/help/guides/troubleshooting/).
|
- label: I have tried the [troubleshooting guide](https://aniyomi.org/docs/guides/troubleshooting/).
|
||||||
required: true
|
required: true
|
||||||
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/aniyomiorg/aniyomi/issues/new/choose).
|
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/aniyomiorg/aniyomi/issues/new/choose).
|
||||||
required: true
|
required: true
|
||||||
|
@ -10,7 +10,7 @@ body:
|
|||||||
description: |
|
description: |
|
||||||
You can find the extension name and version in **Browse → Extensions**.
|
You can find the extension name and version in **Browse → Extensions**.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Example: "NotRealSource 13.1"
|
Example: "NotRealSource 14.1"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/aniyomiorg/aniyomi/issues/new/choose).
|
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/aniyomiorg/aniyomi/issues/new/choose).
|
||||||
required: true
|
required: true
|
||||||
- label: I have updated the app to version **[0.15.2.2](https://github.com/aniyomiorg/aniyomi/releases/latest)**.
|
- label: I have updated the app to version **[0.15.2.4](https://github.com/aniyomiorg/aniyomi/releases/latest)**.
|
||||||
required: true
|
required: true
|
||||||
- label: I will fill out all of the requested information in this form.
|
- label: I will fill out all of the requested information in this form.
|
||||||
required: true
|
required: true
|
||||||
|
2
.github/ISSUE_TEMPLATE/06_request_meta.yml
vendored
2
.github/ISSUE_TEMPLATE/06_request_meta.yml
vendored
@ -33,7 +33,7 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/aniyomiorg/aniyomi/issues/new/choose).
|
- label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/aniyomiorg/aniyomi/issues/new/choose).
|
||||||
required: true
|
required: true
|
||||||
- label: I have updated the app to version **[0.15.2.2](https://github.com/aniyomiorg/aniyomi/releases/latest)**.
|
- label: I have updated the app to version **[0.15.2.4](https://github.com/aniyomiorg/aniyomi/releases/latest)**.
|
||||||
required: true
|
required: true
|
||||||
- label: I have updated all installed extensions.
|
- label: I have updated all installed extensions.
|
||||||
required: true
|
required: true
|
||||||
|
3
.github/pull_request_template.md
vendored
3
.github/pull_request_template.md
vendored
@ -3,7 +3,8 @@ Checklist:
|
|||||||
- [ ] Updated `extVersionCode` value in `build.gradle` for individual extensions
|
- [ ] Updated `extVersionCode` value in `build.gradle` for individual extensions
|
||||||
- [ ] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions
|
- [ ] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions
|
||||||
- [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz")
|
- [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz")
|
||||||
- [ ] Added the `containsNsfw = true` flag in `build.gradle` when appropriate
|
- [ ] Added the `isNsfw = true` flag in `build.gradle` when appropriate
|
||||||
- [ ] Have not changed source names
|
- [ ] Have not changed source names
|
||||||
- [ ] Have explicitly kept the `id` if a source's name or language were changed
|
- [ ] 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
|
- [ ] Have tested the modifications by compiling and running the extension through Android Studio
|
||||||
|
- [ ] Have removed `web_hi_res_512.png` when adding a new extension
|
||||||
|
Loading…
x
Reference in New Issue
Block a user