support.yml 660 B

123456789101112131415
  1. # Configuration for support-requests - https://github.com/dessant/support-requests
  2. # Label used to mark issues as support requests
  3. supportLabel: "Outcome: wrong forum"
  4. # Comment to post on issues marked as support requests. Add a link
  5. # to a support page, or set to `false` to disable
  6. supportComment: >
  7. We use the issue tracker exclusively for bug reports and feature requests.
  8. However, this issue appears to be a support request. Please use our
  9. support channels to get help with the project.
  10. https://linuxgsm.com/support
  11. # Whether to close issues marked as support requests
  12. close: true
  13. # Whether to lock issues marked as support requests
  14. lock: false