-
Notifications
You must be signed in to change notification settings - Fork 196
/
Copy pathsupport.yml
27 lines (21 loc) · 1011 Bytes
/
support.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Configuration for Support Requests - https://github.com/dessant/support-requests
# Label used to mark issues as support requests
supportLabel: "Issue Type: QA/Support"
# Comment to post on issues marked as support requests, `{issue-author}` is an
# optional placeholder. Set to `false` to disable
supportComment: >
:wave: @{issue-author}, we use the issue tracker exclusively for bug reports
and feature requests. However, this issue appears to be a question, a setup
issue, or a support request.
Please use our [`robotology/community` repository](https://github.com/robotology/community/discussions/) to
get help next time.
This issue will be moved to the correct issue tracker by a human ASAP, so that
you can get proper support.
# Close issues marked as support requests
close: false
# 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: repo