FMHYedit/.github/ISSUE_TEMPLATE/wiki.yml

41 lines
1.7 KiB
YAML
Raw Normal View History

2024-03-03 14:41:19 +00:00
name: Create Issue
2024-02-21 13:10:49 +00:00
description: 'Help us improve FMHY for everyone'
2024-03-03 14:41:19 +00:00
title: '<title>'
2024-02-21 12:58:32 +00:00
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this issue! Please select your issue type.
2024-02-21 13:10:49 +00:00
- type: markdown
attributes:
value: |
2024-02-21 13:17:07 +00:00
### Things to note
2024-02-21 13:10:49 +00:00
* 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.
2024-02-21 12:58:32 +00:00
- type: dropdown
id: type
attributes:
label: Type
description: Type that best describes this issue.
options:
2024-02-21 13:10:49 +00:00
- Bad sites
- Grammar / Markdown
- Site suggestion
- Wiki section suggestion
2024-02-21 12:58:32 +00:00
default: 0
validations:
required: true
2024-02-21 13:10:49 +00:00
- 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 and should be added
2024-02-21 13:17:07 +00:00
validations:
required: true