mirror of
https://github.com/fmhy/edit.git
synced 2025-07-30 07:42:18 +10:00
hello world, again
This commit is contained in:
commit
f479740dd1
133 changed files with 32895 additions and 0 deletions
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Discord
|
||||
url: https://discord.gg/Stz6y6NgNg
|
||||
about: You can ask general questions here.
|
40
.github/ISSUE_TEMPLATE/wiki.yml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/wiki.yml
vendored
Normal file
|
@ -0,0 +1,40 @@
|
|||
name: Create Issue
|
||||
description: 'Help us improve FMHY for everyone'
|
||||
title: '<title>'
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this issue! Please select your issue type.
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
### Things to note
|
||||
* 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
|
||||
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 and should be added
|
||||
validations:
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue