From e9b921a440e8a0a66253ac2d5cf85a954ed595cc Mon Sep 17 00:00:00 2001
From: maropboia <164220066+maropboia@users.noreply.github.com>
Date: Fri, 3 May 2024 11:38:25 +0600
Subject: [PATCH] comment
---
.github/ISSUE_TEMPLATE/wiki.yml | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/.github/ISSUE_TEMPLATE/wiki.yml b/.github/ISSUE_TEMPLATE/wiki.yml
index 668c52d61..39ed2a252 100644
--- a/.github/ISSUE_TEMPLATE/wiki.yml
+++ b/.github/ISSUE_TEMPLATE/wiki.yml
@@ -1,11 +1,20 @@
+# Define a form for creating an issue in the FMHY project
name: Create Issue
description: 'Help us improve FMHY for everyone'
+
+# Define the issue's title
title: '
'
+
+# The body of the issue, consisting of multiple form elements
body:
+ # A markdown element for formatting the initial description
- type: markdown
attributes:
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
attributes:
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).
* 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.
+
+ # A dropdown element for selecting the issue type
- type: dropdown
id: type
attributes:
@@ -28,6 +39,8 @@ body:
default: 0
validations:
required: true
+
+ # A textarea element for providing additional context about the issue
- type: textarea
id: context
attributes: