SUPPORT.yml 781 B

1234567891011121314151617181920
  1. name: Support / Question
  2. description: Request for help, support, or to ask a general question
  3. title: "[Support] Do not use this form! "
  4. labels: [invalid]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. **Do not submit requests for support on GitHub! We use this platform for development purposes only.**
  10. If you need help or want to ask a question, use one of these options:
  11. * [Documentation](https://docs.hestiacp.com/)
  12. * [Discussion Forums](https://forum.hestiacp.com/)
  13. * [Discord (chat)](https://discord.gg/8b2HGNe8ne) (#community-support)
  14. - type: checkboxes
  15. id: support
  16. attributes:
  17. options:
  18. - label: I acknowledge that any support request submitted with this form will be closed.
  19. required: true