mirror of
https://github.com/fmhy/edit.git
synced 2026-02-18 17:21:22 +11:00
17 lines
735 B
YAML
17 lines
735 B
YAML
# Configuration file
|
|
|
|
# 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
|
|
# stores the URL for that contact option.
|
|
# The `about` key provides a brief description of what users can expect
|
|
# when they use that contact option.
|
|
contact_links:
|
|
- name: Discord
|
|
url: "https://discord.gg/Stz6y6NgNg"
|
|
about: "You can ask general questions here."
|