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 |
|
---|
11 | blank_issues_enabled: false
|
---|
12 | contact_links:
|
---|
13 | - name: Bugs and Feature Requests
|
---|
14 | url: https://bugzilla.tianocore.org/
|
---|
15 | about: Submit bug reports and feature requests here
|
---|
16 | - name: Reporting Security Issues
|
---|
17 | url: https://github.com/tianocore/tianocore.github.io/wiki/Reporting-Security-Issues
|
---|
18 | about: Read the wiki page that describes the process here
|
---|
19 | - name: EDK II Development Mailing List
|
---|
20 | url: https://edk2.groups.io/g/devel
|
---|
21 | about: Submit code patches and ask questions on the mailing list ([email protected])
|
---|
22 | - name: EDK II Discussions
|
---|
23 | url: https://github.com/tianocore/edk2/discussions
|
---|
24 | about: You can also reach out on the Discussion section of this repository
|
---|