Welcome message for users opening their first issue.
Hector Sanjuan committed
Apr 29, 2020 at 12:57 UTC
214fa05e98ab20584f62606a23c4ca8a86f45c6f
1 file changed
+34
.github/config.yml
new
+34
@@ -0,0 +1,34 @@
1
+# Configuration for welcome - https://github.com/behaviorbot/welcome
2
+
3
+# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
4
+# Comment to be posted to on first time issues
5
+newIssueWelcomeComment: >
6
+ Thank you for submitting your first issue to this repository! A maintainer
7
+ will be here shortly to triage and review.
8
+
9
+ In the meantime, please double-check that you have provided all the
10
+ necessary information to make this process easy! Any information that can
11
+ help saving additional round trips is useful! We currently aim to give
12
+ initial feedback within **two business days**. If this does not happen, feel
13
+ free to leave a comment.
14
+
15
+ Please keep an eye on how this issue will be labeled, as labels will give an
16
+ overview of priorities, assignments and additional actions as requested by the
17
+ maintainers:
18
+
19
+ - "Priority" labels will show how urgent this is for the team.
20
+ - "Status" labels will show if this is ready to be worked on, blocked etc...
21
+ - "Need" labels will indicate if additional input or analysis is required.
22
+
23
+ Finally, remember to use https://discuss.ipfs.io if you just need general
24
+ support.
25
+
26
+# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
27
+# Comment to be posted to on PRs from first time contributors in your repository
28
+# Currently disabled
29
+# newPRWelcomeComment: ""
30
+
31
+# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
32
+# Comment to be posted to on pull requests merged by a first time user
33
+# Currently disabled
34
+#firstPRMergeComment: ""