request-info.yml 530 B

123456789101112131415
  1. # Configuration for request-info - https://github.com/behaviorbot/request-info
  2. # *Required* Comment to reply with
  3. requestInfoReplyComment: >
  4. We require more information for this issue.
  5. https://linuxgsm.com/support/#guide
  6. # *OPTIONAL* default titles to check against for lack of descriptiveness
  7. # MUST BE ALL LOWERCASE
  8. #requestInfoDefaultTitles:
  9. # - update readme.md
  10. # - updates
  11. # *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
  12. requestInfoLabelToAdd: "Status: needs more info"