You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Configuration for request-info - https://github.com/behaviorbot/request-info
2
+
3
+
# *Required* Comment to reply with
4
+
requestInfoReplyComment: >
5
+
We would appreciate it if you could provide us with more info about this issue/pr!
6
+
7
+
# *OPTIONAL* default titles to check against for lack of descriptiveness
8
+
# MUST BE ALL LOWERCASE
9
+
requestInfoDefaultTitles:
10
+
- update readme.md
11
+
- updates
12
+
13
+
# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
14
+
requestInfoLabelToAdd: needs-more-info
15
+
16
+
# Configuration for welcome - https://github.com/behaviorbot/welcome
17
+
18
+
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
19
+
20
+
# Comment to be posted to on first time issues
21
+
newIssueWelcomeComment: >
22
+
Thanks for opening your first issue here! Be sure to follow the issue template and [Code of Conduct](https://github.com/mattstratton/bowie/blob/master/CODE_OF_CONDUCT.md)!
23
+
24
+

25
+
26
+
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
27
+
28
+
# Comment to be posted to on PRs from first time contributors in your repository
29
+
newPRWelcomeComment: >
30
+
:heart: Thanks for opening this pull request! :heart:
31
+
32
+
Please check out our [contributing guidelines](https://github.com/mattstratton/bowie/blob/master/CONTRIBUTING.md).
33
+
34
+

36
+
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
37
+
38
+
# Comment to be posted to on pull requests merged by a first time user
39
+
firstPRMergeComment: >
40
+
Congrats on merging your first pull request! :100:
0 commit comments