|
| 1 | +--- |
| 2 | +# Configuration for request-info - https://github.com/behaviorbot/request-info |
| 3 | + |
| 4 | +# *OPTIONAL* Comment to reply with |
| 5 | +# Can be either a string : |
| 6 | +requestInfoReplyComment: |
| 7 | + - "We would appreciate it if you could provide us with more info about this issue/pr!" |
| 8 | + - "Hmmm... That issue/PR is kinda low on text. Could you please provide some more content?" |
| 9 | + |
| 10 | +# *OPTIONAL* default titles to check against for lack of descriptiveness |
| 11 | +# MUST BE ALL LOWERCASE |
| 12 | +requestInfoDefaultTitles: [] |
| 13 | + |
| 14 | +# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given |
| 15 | +requestInfoLabelToAdd: "Incomplete" |
| 16 | + |
| 17 | +# *OPTIONAL* Require Pull Requests to contain more information than what is provided in the PR template |
| 18 | +# Will fail if the pull request's body is equal to the provided template |
| 19 | +checkPullRequestTemplate: true |
| 20 | + |
| 21 | +# *OPTIONAL* Only warn about insufficient information on these events type |
| 22 | +# Keys must be lowercase. Valid values are 'issue' and 'pullRequest' |
| 23 | +requestInfoOn: |
| 24 | + pullRequest: true |
| 25 | + issue: true |
| 26 | + |
| 27 | +# *OPTIONAL* Add a list of people whose Issues/PRs will not be commented on |
| 28 | +# keys must be GitHub usernames |
| 29 | +requestInfoUserstoExclude: [] |
| 30 | + |
| 31 | +# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome |
| 32 | + |
| 33 | +# Comment to be posted to on first time issues |
| 34 | +newIssueWelcomeComment: > |
| 35 | + :wave: Thanks for opening your first issue here! |
| 36 | + If you're reporting a :bug: bug, please make sure you include steps to reproduce it. |
| 37 | + Also, logs, error messages and information about your hardware might be useful. |
| 38 | +
|
| 39 | +# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome |
| 40 | + |
| 41 | +# Comment to be posted to on PRs from first time contributors in your repository |
| 42 | +newPRWelcomeComment: > |
| 43 | + :sparkling_heart: Thanks for opening this pull request! :sparkling_heart: |
| 44 | + If your PR gets accepted and merged in, we will invite you to the project :tada: |
| 45 | +
|
| 46 | +# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge |
| 47 | + |
| 48 | +# Comment to be posted to on pull requests merged by a first time user |
| 49 | +firstPRMergeComment: > |
| 50 | + Congrats on merging your first pull request! :tada::tada::tada: |
0 commit comments