Skip to content

Commit

Permalink
Update issue templates (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze authored Aug 16, 2023
1 parent 40a684b commit ec7f6a2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 29 deletions.
44 changes: 16 additions & 28 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ body:
- type: textarea
attributes:
label: Overview
description: Please clarify what kind of bug it is.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: Please tell us exactly how to reproduce the problem you are running into.
description: |
Please clarify what kind of bug it is, and show us steps to reproduce
placeholder: |
Description of the bug:
Steps to reproduce:
1. ...
2. ...
3. ...
Expand All @@ -41,21 +39,6 @@ body:
</details>
validations:
required: true
- type: textarea
attributes:
label: Logs
description: Please show the error log.
value: |
<details><summary>Logs</summary>
```console
[Paste your logs here]
```
</details>
validations:
required: true

- type: textarea
attributes:
label: Environment
Expand All @@ -64,16 +47,21 @@ body:
- Device: [e.g. iPhone14 emulator]
- OS: [e.g. iOS16]
- gal Version: [e.g. 1.8.0]
- File filed to save: [Please upload here if you can]
validations:
required: true

- type: textarea
attributes:
label: File you want to save
description: Please upload the file if you can.
label: Logs
description: Please show the error log.
value: |
<details>
<summary>Screenshots / Video demonstration</summary>
<details><summary>Logs</summary>
[Upload media here]
```console
[Paste your logs here]
```
</details>
</details>
validations:
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Feature requests
name: Feature request
description: Suggest a new idea for gal.
labels: "✨ feature, \U0001F4A1 idia, \U0001F440 in triage"
assignees: natsuk4ze
Expand Down

0 comments on commit ec7f6a2

Please sign in to comment.