chore: better issue form
This commit is contained in:
parent
c5d0b8f115
commit
a8a6723877
17
.github/ISSUE_TEMPLATE/issue.md
vendored
17
.github/ISSUE_TEMPLATE/issue.md
vendored
@ -1,17 +0,0 @@
|
||||
---
|
||||
name: issue
|
||||
about: Help us improve FMHY for everyone
|
||||
title: 'Issue: '
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Select the issue type**
|
||||
- [ ] Bad sites
|
||||
- [ ] Grammar / Markdown
|
||||
- [ ] Site suggestion
|
||||
- [ ] Wiki section suggestion
|
||||
|
||||
**Describe the issue**
|
||||
A clear and concise description of what the issue is, as per your selected issue type.
|
28
.github/ISSUE_TEMPLATE/wiki.yml
vendored
28
.github/ISSUE_TEMPLATE/wiki.yml
vendored
@ -1,21 +1,37 @@
|
||||
name: Wiki
|
||||
description: "Help us improve FMHY for everyone"
|
||||
title: "Wiki: "
|
||||
description: 'Help us improve FMHY for everyone'
|
||||
title: 'Wiki: '
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this issue! Please select your issue type.
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
* Anyone can suggest [changes or corrections](https://rentry.org/fmhyedit) to the wiki. Please read our [Contribution Guide](https://rentry.co/Contrib-Guide) before trying to add or remove anything.
|
||||
* If you're adding a new site, please [search](https://raw.githubusercontent.com/fmhy/FMHYedit/main/single-page) (control + f) first to make sure we don't already have it.
|
||||
* Approved changes will be applied to the [site](https://fmhy.net) and all [🔒 backups](https://github.com/fmhy/FMHY/wiki/Backups).
|
||||
* You can send us stuff directly via [💬 Discord](https://discord.gg/5W9QJKuPkD).
|
||||
* You can also check out our [website](https://fmhy.net) and the [posts](https://fmhy.net/posts) section to know about any major updates to the wiki.
|
||||
- type: dropdown
|
||||
id: type
|
||||
attributes:
|
||||
label: Type
|
||||
description: Type that best describes this issue.
|
||||
options:
|
||||
- Bad sites
|
||||
- Grammar / Markdown
|
||||
- Site suggestion
|
||||
- Wiki section suggestion
|
||||
- Bad sites
|
||||
- Grammar / Markdown
|
||||
- Site suggestion
|
||||
- Wiki section suggestion
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: context
|
||||
attributes:
|
||||
label: Add additional context
|
||||
description:
|
||||
A clear and concise description of what the issue is, as per your
|
||||
selected issue type.
|
||||
placeholder: https;//fmhy.net is cool
|
||||
|
Loading…
Reference in New Issue
Block a user