config.yml 990 B

123456789101112131415161718192021222324
  1. ## @file
  2. # GitHub issue configuration file.
  3. #
  4. # This file is meant to direct contributors familiar with GitHub's issue tracker
  5. # to the external resources used by TianoCore.
  6. #
  7. # Copyright (c) Microsoft Corporation.
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. ##
  10. blank_issues_enabled: false
  11. contact_links:
  12. - name: Bugs and Feature Requests
  13. url: https://bugzilla.tianocore.org/
  14. about: Submit bug reports and feature requests here
  15. - name: Reporting Security Issues
  16. url: https://github.com/tianocore/tianocore.github.io/wiki/Reporting-Security-Issues
  17. about: Read the wiki page that describes the process here
  18. - name: EDK II Development Mailing List
  19. url: https://edk2.groups.io/g/devel
  20. about: Submit code patches and ask questions on the mailing list (devel@edk2.groups.io)
  21. - name: EDK II Discussions
  22. url: https://github.com/tianocore/edk2/discussions
  23. about: You can also reach out on the Discussion section of this repository