support.yml 570 B

123456789101112131415
  1. # Label used to mark issues as support requests
  2. supportLabel: Question
  3. # Comment to post on issues marked as support requests. Add a link
  4. # to a support page, or set to `false` to disable
  5. supportComment: >
  6. This looks like a support question. Please ask your support questions on
  7. [StackOverflow](http://stackoverflow.com/questions/tagged/phpword),
  8. or [Gitter](https://gitter.im/PHPOffice/PHPWord).
  9. Thank you for your contributions.
  10. # Whether to close issues marked as support requests
  11. close: true
  12. # Whether to lock issues marked as support requests
  13. lock: false