config.yml 531 B

12345678910
  1. # Ideally we could enable this only for Sentry staff. The reason we enable it
  2. # (vs. linking out to ./new in a contact_link as a hack) is to reduce friction
  3. # for Sentry staff creating issues from project boards, now that that flow
  4. # enforces issue templates. The trade-off is worse reports from non-staff. 🤷
  5. blank_issues_enabled: true
  6. contact_links:
  7. - name: Discuss self-hosted
  8. url: https://github.com/getsentry/self-hosted/issues/new
  9. about: Please use the `self-hosted` repo for questions about self-hosted Sentry.