## 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* default titles to check against for lack of descriptiveness
# MUST BE ALL LOWERCASE
requestInfoDefaultTitles:
  - update readme.md
  - updates
  - error
  - issue

# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
requestInfoLabelToAdd: needs-more-info

requestInfoReplyComment: >
  We would appreciate it if you could provide us with more info about this issue/PR!

## Configuration for todo - https://github.com/jasonetco/todo
todo:
  keyword: "@makeAnIssue"

# Configuration for welcome - https://github.com/behaviorbot/welcome
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome

# Comment to be posted to on first time issues
newIssueWelcomeComment: >
  Thanks for opening your first issue here! Be sure to follow the issue templates :simple_smile: !

# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome

# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: >
  Thanks for opening this PR (Pull Request)! Please check out our [contributing guidelines](https://github.com/Berkmann18/community-starter-kit/blob/master/CONTRIBUTING.md).

# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge

# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: >
  :tada: Congrats on merging your first PR! We are proud of you!


#requestInfoLabelToAdd: request-info

# Configuration for sentiment-bot - https://github.com/behaviorbot/sentiment-bot

# *Required* toxicity threshold between 0 and .99 with the higher numbers being the most toxic
# Anything higher than this threshold will be marked as toxic and commented on
sentimentBotToxicityThreshold: .7

# *Required* Comment to reply with
sentimentBotReplyComment: >
  Please be sure to review the code of conduct and be respectful of other users. cc/ @Berkmann18

# Configuration for issuelabeler - https://riyadhalnur.github.io/issuelabeler/
# Number of labels to fetch (optional). Defaults to 20
numLabels: 40
# These labels will not be used even if the issue contains them (optional). 
# Pass a blank array if no labels are to be excluded.
excludeLabels: []