mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 13:25:49 -04:00
ci: add commands to steps
This commit is contained in:
19
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
19
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@@ -10,8 +10,10 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
1. Please speak `English`.
|
1. Please speak `English`.
|
||||||
2. Make sure you are using the latest version and take a moment to check that your issue hasn't been reported before.
|
2. Make sure you are using the latest version and take a moment to check that your issue hasn't been reported before.
|
||||||
3. It's really important to provide pertinent details and logs,
|
3. It's really important to provide pertinent details and logs, incomplete details will be handled as an invalid report.
|
||||||
incomplete details will be handled as an invalid report.
|
4. Before creating this bug report, ensure you updated your applications to the latest versions.
|
||||||
|
Check your configurations to ensure there are no typos or errors.
|
||||||
|
Docker users should attempt to re-pull the TVApp2 image to ensure caching is not the cause of an issue.
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
@@ -43,7 +45,8 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: "Version - Tag"
|
label: "Version - Tag"
|
||||||
description: |
|
description: |
|
||||||
Version / tag you are pulling for `TVApp2`
|
Version / tag you are pulling for `TVApp2`.
|
||||||
|
You can view your build version in terminal by typing `docker inspect tvapp2 | grep BUILDVERSION`
|
||||||
placeholder: "Ex: 1.0.0"
|
placeholder: "Ex: 1.0.0"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@@ -58,16 +61,17 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: image-source
|
id: image-registry
|
||||||
attributes:
|
attributes:
|
||||||
label: Docker Image Source
|
label: Docker Image Registry
|
||||||
description: |
|
description: |
|
||||||
Select which docker image you are pulling from
|
Select which docker image you are pulling from.
|
||||||
|
If you custom built your image, ensure it's not a problem with your code before submitting this bug report.
|
||||||
options:
|
options:
|
||||||
- "Dockerhub"
|
- "Dockerhub"
|
||||||
- "Gitea"
|
- "Gitea"
|
||||||
- "Github"
|
- "Github"
|
||||||
- "Custom Built"
|
- "Manual Build"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@@ -132,6 +136,7 @@ body:
|
|||||||
label: Logs
|
label: Logs
|
||||||
description: |
|
description: |
|
||||||
Paste your docker logs here.
|
Paste your docker logs here.
|
||||||
|
You can get your docker logs by opening terminal and running `docker logs tvapp2`
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: screenshots
|
id: screenshots
|
||||||
|
|||||||
Reference in New Issue
Block a user