mirror of
https://github.com/fmhy/edit.git
synced 2026-02-18 09:11:33 +11:00
comment
This commit is contained in:
parent
8415374839
commit
e9b921a440
1 changed files with 14 additions and 1 deletions
15
.github/ISSUE_TEMPLATE/wiki.yml
vendored
15
.github/ISSUE_TEMPLATE/wiki.yml
vendored
|
|
@ -1,11 +1,20 @@
|
||||||
|
# Define a form for creating an issue in the FMHY project
|
||||||
name: Create Issue
|
name: Create Issue
|
||||||
description: 'Help us improve FMHY for everyone'
|
description: 'Help us improve FMHY for everyone'
|
||||||
|
|
||||||
|
# Define the issue's title
|
||||||
title: '<title>'
|
title: '<title>'
|
||||||
|
|
||||||
|
# The body of the issue, consisting of multiple form elements
|
||||||
body:
|
body:
|
||||||
|
# A markdown element for formatting the initial description
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill out this issue! Please select your issue type.
|
# Thanks for submitting an issue!
|
||||||
|
Please select your issue type.
|
||||||
|
|
||||||
|
# Another markdown element for providing additional information
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
|
|
@ -15,6 +24,8 @@ body:
|
||||||
* Approved changes will be applied to the [site](https://fmhy.net) and all [🔒 backups](https://github.com/fmhy/FMHY/wiki/Backups).
|
* 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 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.
|
* 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.
|
||||||
|
|
||||||
|
# A dropdown element for selecting the issue type
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: type
|
id: type
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -28,6 +39,8 @@ body:
|
||||||
default: 0
|
default: 0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
# A textarea element for providing additional context about the issue
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: context
|
id: context
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue