Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Rodríguez Baquero <diegorbaquero@gmail.com>2020-09-05 05:40:36 +0300
committerGitHub <noreply@github.com>2020-09-05 05:40:36 +0300
commit9c60781f77d66485ba4ee86fdca9daf91d4f84a3 (patch)
tree992a367753320a758e386e0eee5a061ae8d7472c /.github
parent1731d0e7bcf6accf836d87acf796c2d343512984 (diff)
Create config.yml
Diffstat (limited to '.github')
-rw-r--r--.github/config.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/config.yml b/.github/config.yml
new file mode 100644
index 0000000..214fbb4
--- /dev/null
+++ b/.github/config.yml
@@ -0,0 +1,8 @@
+ Configuration for request-info - https://github.com/behaviorbot/request-info
+
+# *Required* Comment to reply with
+requestInfoReplyComment: >
+ We would appreciate it if you could provide us with more info about this issue/pr!
+
+# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
+requestInfoLabelToAdd: "need more info"