mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 01:31:41 +11:00
improve
This commit is contained in:
parent
a290a25c8e
commit
b787735d85
1 changed files with 8 additions and 7 deletions
15
.github/ISSUE_TEMPLATE/config.yml
vendored
15
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -1,9 +1,10 @@
|
|||
# This variable, `blank_issues_enabled`, is a boolean flag that determines
|
||||
# whether or not blank issues can be created in the system. Currently,
|
||||
# blank issues are not allowed, as indicated by the value of `false`.
|
||||
blank_issues_enabled: false
|
||||
# Configuration file
|
||||
|
||||
# The `contact_links` dictionary contains a list of contact options for
|
||||
# This flag, `allow_blank_issues`, determines whether blank issues can be
|
||||
# created in the system. Currently, blank issues are not allowed.
|
||||
allow_blank_issues: false
|
||||
|
||||
# The `contact_links` list contains a collection of contact options for
|
||||
# users who need assistance or have questions. In this case, there is only
|
||||
# one contact option listed, which is for Discord.
|
||||
# The `name` key stores the name of the contact option, and the `url` key
|
||||
|
|
@ -12,5 +13,5 @@ blank_issues_enabled: false
|
|||
# when they use that contact option.
|
||||
contact_links:
|
||||
- name: Discord
|
||||
url: https://discord.gg/Stz6y6NgNg
|
||||
about: You can ask general questions here.
|
||||
url: "https://discord.gg/Stz6y6NgNg"
|
||||
about: "You can ask general questions here."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue