diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-03-15 08:13:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 08:13:22 +0100 |
commit | 703809ae98d62333a0a061d40f8b7b2b39ba955b (patch) | |
tree | acfb0b64016239fe271dad3c828f9e66ee531226 /.github/ISSUE_TEMPLATE | |
parent | a7941176791ec8ad56e45efbb449b9d09a580a6b (diff) |
Remove references to discourse.joinmastodon.org (#17797)
Remove broken CODEOWNERS file Add sponsor.joinmastodon.org to FUNDING.yml
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/2.feature_request.yml | 1 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/3.support.md | 10 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 7 |
3 files changed, 6 insertions, 12 deletions
diff --git a/.github/ISSUE_TEMPLATE/2.feature_request.yml b/.github/ISSUE_TEMPLATE/2.feature_request.yml index 00aad1341..6626c2876 100644 --- a/.github/ISSUE_TEMPLATE/2.feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2.feature_request.yml @@ -1,5 +1,6 @@ name: Feature Request description: I have a suggestion +labels: suggestion body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/3.support.md b/.github/ISSUE_TEMPLATE/3.support.md deleted file mode 100644 index e2217da8b..000000000 --- a/.github/ISSUE_TEMPLATE/3.support.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Support -about: Ask for help with your deployment -title: DO NOT CREATE THIS ISSUE ---- - -We primarily use GitHub as a bug and feature tracker. For usage questions, troubleshooting of deployments and other individual technical assistance, please use one of the resources below: - -- https://discourse.joinmastodon.org -- #mastodon on irc.freenode.net diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 768868516..7c0dbaf67 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: - - name: Mastodon Meta Discussion Board - url: https://discourse.joinmastodon.org/ + - name: GitHub Discussions + url: https://github.com/mastodon/mastodon/discussions about: Please ask and answer questions here. + - name: Bug Bounty Program + url: https://app.intigriti.com/programs/mastodon/mastodonio/detail + about: Please report security vulnerabilities here. |