-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a13f64b
commit 5cfc319
Showing
3 changed files
with
26 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Configuration for Support Requests - https://github.com/dessant/support-requests | ||
|
||
# Label used to mark issues as support requests | ||
supportLabel: "Type: Support" | ||
|
||
# Comment to post on issues marked as support requests, `{issue-author}` is an | ||
# optional placeholder. Set to `false` to disable | ||
supportComment: > | ||
We use the issue tracker exclusively for bug reports, development and feature requests. | ||
However, this issue appears to be a support request. | ||
Please use the [support channel on our Discord](https://discord.gg/kZ7RdrD) to get help. | ||
# Close issues marked as support requests | ||
close: true | ||
|
||
# Lock issues marked as support requests | ||
lock: false | ||
|
||
# Assign `off-topic` as the reason for locking. Set to `false` to disable | ||
setLockReason: false | ||
|
||
# Repository to extend settings from | ||
# _extends: .github |
This file was deleted.
Oops, something went wrong.