Browse Source

Create support.yml [ci skip]

pull/129/head
Ned Zimmerman 6 years ago committed by GitHub
parent
commit
7f319fde9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      .github/support.yml

16
.github/support.yml

@ -0,0 +1,16 @@
# 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 exclusively for bug reports and feature requests.
However, this issue appears to be a support request. Please use our
[support forum](http://discourse.pressbooks.org) to get help with Pressbooks.
# Close issues marked as support requests
close: true
# Lock issues marked as support requests
lock: false
Loading…
Cancel
Save