Update bug.yaml
I think that many people who'd submit Issues wouldn't understand what ".sh" or ".yml" file extensions are/what building methods they are (you can even see that many new issues don't even check any box here). This adds a short description so others who submit Issues know what they are.
This commit is contained in:
parent
2087a8e723
commit
6a9b721053
1 changed files with 2 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/bug.yaml
vendored
4
.github/ISSUE_TEMPLATE/bug.yaml
vendored
|
|
@ -113,8 +113,8 @@ body:
|
|||
attributes:
|
||||
label: Select the configuration used for building uYouEnhanced ipa.
|
||||
options:
|
||||
- label: buildapp.yml
|
||||
- label: build.sh
|
||||
- label: buildapp.yml (GitHub Actions — build method as suggested by [Wiki - Building](https://github.com/arichornlover/uYouEnhanced/wiki/Building))
|
||||
- label: build.sh (Shell script)
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue