2
0

config.yml 711 B

123456789101112131415161718
  1. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. #
  3. # SPDX-License-Identifier: curl
  4. blank_issues_enabled: false
  5. contact_links:
  6. - name: Ask a question (without email)
  7. url: https://github.com/curl/curl/discussions
  8. about: Use the Discussion forum here on GitHub
  9. - name: Ask a question (using email)
  10. url: https://curl.se/mail/
  11. about: Send question to the suitable mailing list
  12. - name: Commercial support
  13. url: https://curl.se/support.html
  14. about: Pay for fast quality support for and help with curl/libcurl
  15. - name: Feature request
  16. url: https://curl.se/mail/
  17. about: To propose new features or enhancements, please bring that discussion to a suitable curl mailing list.