# Configuration for support-requests - https://github.com/dessant/support-requests

# Label used to mark issues as support requests
supportLabel: support
# Comment to post on issues marked as support requests. Add a link
# to a support page, or set to `false` to disable
supportComment: >
  We use Github's issue tracker exclusively for bug reports and feature requests.
  This issue appears to be a support request. We recommend you join [the React Static Spectrum Community](https://spectrum.chat/react-static)
  for help about anything and everything React-Static :)
# Whether to close issues marked as support requests
close: true
# Whether to lock issues marked as support requests
lock: false
