|
@@ -0,0 +1,14 @@
|
|
1
|
+# Configuration for support-requests - https://github.com/dessant/support-requests
|
|
2
|
+
|
|
3
|
+# Label used to mark issues as support requests
|
|
4
|
+supportLabel: "type: question/stack overflow"
|
|
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
|
+ This issue appears to be a general usage or support question.
|
|
10
|
+ Instead, please ask a question on Stack Overflow with the `react-native-navigation` tag.
|
|
11
|
+# Whether to close issues marked as support requests
|
|
12
|
+close: true
|
|
13
|
+# Whether to lock issues marked as support requests
|
|
14
|
+lock: false
|