mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
chore: update issue templates
This commit is contained in:
parent
3533ac20f7
commit
3fdbbfe915
3 changed files with 37 additions and 21 deletions
22
.github/ISSUE_TEMPLATE/bug.yml
vendored
22
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Bug Report
|
name: 🐞 Bug Report
|
||||||
description: Create a report to help us improve
|
description: Create a report to help us improve
|
||||||
labels: [bug]
|
labels: [bug]
|
||||||
assignees: []
|
assignees: []
|
||||||
|
|
@ -59,28 +59,14 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: expected
|
id: reproducer
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected Behavior
|
label: Minimal reproducer
|
||||||
description: A clear and concise description of what you expected to happen
|
description: A [minimal reproducer](https://stackoverflow.com/help/minimal-reproducible-example) is required, otherwise the issue might be closed without further notice.
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: to_repro
|
|
||||||
attributes:
|
|
||||||
label: To Reproduce
|
|
||||||
description: Steps to reproduce the behavior
|
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Please include as much information as possible that can help to reproduce and understand the issue.
|
Please include as much information as possible that can help to reproduce and understand the issue.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
|
||||||
id: config
|
|
||||||
attributes:
|
|
||||||
label: Configuration
|
|
||||||
description: |
|
|
||||||
Please include the relevant section(s) of your `yazi.toml`, `keymap.toml`, or `theme.toml` configuration file.
|
|
||||||
You can enter "no config" if the issue happens without you having made a config file.
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: other
|
id: other
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
7
.github/ISSUE_TEMPLATE/config.yml
vendored
7
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -1,8 +1,11 @@
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Discord server / Telegram group
|
- name: 📝 Documentation Improvement
|
||||||
|
url: https://github.com/yazi-rs/yazi-rs.github.io
|
||||||
|
about: If you'd like to help improve the documentation
|
||||||
|
- name: 🌐 Discord Server / Telegram Group
|
||||||
url: https://github.com/sxyazi/yazi#discussion
|
url: https://github.com/sxyazi/yazi#discussion
|
||||||
about: If you'd prefer more realtime conversation with the community
|
about: If you'd prefer more realtime conversation with the community
|
||||||
- name: GitHub Discussions
|
- name: 💬 GitHub Discussions
|
||||||
url: https://github.com/sxyazi/yazi/discussions
|
url: https://github.com/sxyazi/yazi/discussions
|
||||||
about: When you have questions that are not bug reports or feature requests
|
about: When you have questions that are not bug reports or feature requests
|
||||||
|
|
|
||||||
29
.github/ISSUE_TEMPLATE/feature.yml
vendored
29
.github/ISSUE_TEMPLATE/feature.yml
vendored
|
|
@ -1,8 +1,25 @@
|
||||||
name: Feature Request
|
name: 💡 Feature Request
|
||||||
description: Suggest an idea for this project
|
description: Suggest an idea for this project
|
||||||
labels: [feature]
|
labels: [feature]
|
||||||
assignees: []
|
assignees: []
|
||||||
body:
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: debug
|
||||||
|
attributes:
|
||||||
|
label: "`yazi --debug` output"
|
||||||
|
description: Please run `yazi --debug` and paste the debug information here.
|
||||||
|
value: |
|
||||||
|
<details>
|
||||||
|
|
||||||
|
```sh
|
||||||
|
##### ↓↓↓ Paste the output here: ↓↓↓ #####
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -29,3 +46,13 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional context
|
label: Additional context
|
||||||
description: Add any other context or screenshots about the feature request here.
|
description: Add any other context or screenshots about the feature request here.
|
||||||
|
- type: checkboxes
|
||||||
|
id: validations
|
||||||
|
attributes:
|
||||||
|
label: Validations
|
||||||
|
description: Before submitting the issue, please make sure you have completed the following
|
||||||
|
options:
|
||||||
|
- label: I have searched the existing issues
|
||||||
|
required: true
|
||||||
|
- label: The latest nightly build of Yazi doesn't already have this feature
|
||||||
|
required: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue