build scripts & issue templates

This commit is contained in:
nyne
2024-10-27 20:16:04 +08:00
parent 8b95442dad
commit 3cea340f97
14 changed files with 437 additions and 2 deletions

48
.github/ISSUE_TEMPLATE/bug.yaml vendored Normal file
View File

@@ -0,0 +1,48 @@
name: Report a bug
description: Reporting problems with the APP
title: "[Bug]: "
labels: ["bug🐞"]
body:
- type: markdown
attributes:
value: |
Thank you for reporting a problem, please complete the title and fill in the following information.
- type: textarea
id: what-happened
attributes:
label: Description
description: Describe the problem
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: |
App version
Please try to update if it is not the latest version
validations:
required: true
- type: dropdown
id: platform
attributes:
label: Operating system
multiple: true
options:
- Android
- iOS
- Windows
- macOS
- linux
- other
validations:
required: true
- type: textarea
id: logs
attributes:
label: logs
- type: textarea
id: screenshotOrVideo
attributes:
label: Screenshot or video
description: Upload relevant screenshots or videos here

36
.github/ISSUE_TEMPLATE/enhancement.yaml vendored Normal file
View File

@@ -0,0 +1,36 @@
name: Feature Request
description: Suggest improvements to the APP
title: "[Enhancement]: "
labels: ["enhancement🚀"]
body:
- type: markdown
attributes:
value: |
Welcome to make a feature request, please fill in the following information after completing the title.
- type: textarea
id: what-happened
attributes:
label: Description
description: Describe your suggestion.
validations:
required: true
- type: dropdown
id: platform
attributes:
label: Operating System
description: If the feature is for a particular platform, please select here
multiple: true
options:
- Android
- iOS
- Windows
- macOS
- linux
- other
validations:
required: false
- type: textarea
id: screenshotOrVideo
attributes:
label: picture
description: If you need to use a picture, please upload it here.

9
.github/ISSUE_TEMPLATE/other.yaml vendored Normal file
View File

@@ -0,0 +1,9 @@
name: other
description: Other contents
body:
- type: textarea
id: what-happened
attributes:
label: Content
validations:
required: true