github-desktop/.github/config.yml
William Shepherd 12b3fda849
Clean up more-info-needed probot response
This adds a link to our contributing guide and make the messaging a little bit friendlier (see the emoji)
2018-02-22 16:10:49 -06:00

18 lines
736 B
YAML

# Configuration for request-info - https://github.com/behaviorbot/request-info
# *Required* Comment to reply with
requestInfoReplyComment: >
Thanks for reaching out!
We require the [template](https://github.com/desktop/desktop/blob/master/CONTRIBUTING.md#how-do-i-submit-a-good-bug-report) to be filled out with all new issues. We do this so that
we can be certain we have all the information we need to address your
submission efficiently. This allows the maintainers to spend more time fixing
bugs, implementing enhancements, and reviewing and merging pull requests.
Thanks for understanding and meeting us halfway 😀
requestInfoLabelToAdd: more-information-needed
requestInfoOn:
pullRequest: false
issue: true