Skip to content

Commit 8281aed

Browse files
authored
Add support-requests (#2514)
1 parent ebb3927 commit 8281aed

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/support.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Configuration for support-requests - https://github.com/dessant/support-requests
2+
3+
# Label used to mark issues as support requests
4+
supportLabel: support
5+
# Comment to post on issues marked as support requests. Add a link
6+
# to a support page, or set to `false` to disable
7+
supportComment: >
8+
👋 We use the issue tracker exclusively for bug reports and feature requests.
9+
However, this issue appears to be a support request. Please use our
10+
[support channels](https://github.com/kivy/python-for-android/blob/master/README.md#support)
11+
to get help with the project.
12+
13+
14+
If you're having trouble installing or using python-for-android,
15+
maybe you could be interested in our [quickstart](https://python-for-android.readthedocs.io/en/latest/quickstart) guide.
16+
17+
18+
Let us know if this comment was made in error, and we'll be happy
19+
to reopen the issue.
20+
# Whether to close issues marked as support requests
21+
close: true
22+
# Whether to lock issues marked as support requests
23+
lock: false

0 commit comments

Comments
 (0)