Skip to content

Commit

Permalink
Update issue templates (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze authored Aug 16, 2023
1 parent d2ffcf5 commit 40a684b
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 35 deletions.
79 changes: 79 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
name: Report a bug
description: Create a report to help us improve
labels: "\U0001F41D bug, \U0001F440 in triage"
assignees: natsuk4ze
body:
- type: markdown
attributes:
value: |
Thank you for using gal!
If you are looking for support, please check out our documentation.
- https://github.com/natsuk4ze/gal/wiki
- https://github.com/natsuk4ze/gal/discussions
- 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.
placeholder: |
1. ...
2. ...
3. ...
validations:
required: true
- type: textarea
attributes:
label: Code sample
description: Please create a minimal reproducible sample
value: |
<details><summary>Code sample</summary>
```dart
[Paste your code here]
```
</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
description: Please tell us your environment.
placeholder: |
- Device: [e.g. iPhone14 emulator]
- OS: [e.g. iOS16]
- gal Version: [e.g. 1.8.0]
validations:
required: true
- type: textarea
attributes:
label: File you want to save
description: Please upload the file if you can.
value: |
<details>
<summary>Screenshots / Video demonstration</summary>
[Upload media here]
</details>
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Feature requests
description: Suggest a new idea for gal.
labels: "✨ feature, \U0001F4A1 idia, \U0001F440 in triage"
assignees: natsuk4ze
body:
- type: markdown
attributes:
value: |
Thank you for using gal!
If you are looking for support, please check out our documentation.
- https://github.com/natsuk4ze/gal/wiki
- https://github.com/natsuk4ze/gal/discussions
- type: textarea
attributes:
label: Proposal
description: |
Briefly but precisely describe what you would like gal to be able to do.
Consider attaching something showing what you are imagining:
* images
* videos
* code samples
validations:
required: true
- type: textarea
attributes:
label: Use case
description: |
Please tell us the problem you are running into that led to you wanting
a new feature.
Is your feature request related to a problem? Please give a clear and
concise description of what the problem is.
Describe the alternative solutions you've considered. Is there a package
on pub.dev that already solves this?
validations:
required: true
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit 40a684b

Please sign in to comment.