summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2022-11-10 10:03:08 -0500
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-11-29 23:02:56 +0000
commitdd3ba82d31a6d3cc4564dc83c9229e13773b55da (patch)
tree874457b71f828d3488229ce817445e29bb109372 /.github
parent8aff08c817728092fda5707ae27cfa6321108980 (diff)
downloadedk2-dd3ba82d31a6d3cc4564dc83c9229e13773b55da.zip
edk2-dd3ba82d31a6d3cc4564dc83c9229e13773b55da.tar.gz
edk2-dd3ba82d31a6d3cc4564dc83c9229e13773b55da.tar.bz2
.github/ISSUE_TEMPLATE/config.yml: Add initial issue template
Adds a GitHub issue template to direct contributors familiar with GitHub's issue tracker to the external resources used by TianoCore. Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..7866c21
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,24 @@
+## @file
+# GitHub issue configuration file.
+#
+# This file is meant to direct contributors familiar with GitHub's issue tracker
+# to the external resources used by TianoCore.
+#
+# Copyright (c) Microsoft Corporation.
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+##
+
+blank_issues_enabled: false
+contact_links:
+ - name: Bugs and Feature Requests
+ url: https://bugzilla.tianocore.org/
+ about: Submit bug reports and feature requests here
+ - name: Reporting Security Issues
+ url: https://github.com/tianocore/tianocore.github.io/wiki/Reporting-Security-Issues
+ about: Read the wiki page that describes the process here
+ - name: EDK II Development Mailing List
+ url: https://edk2.groups.io/g/devel
+ about: Submit code patches and ask questions on the mailing list (devel@edk2.groups.io)
+ - name: EDK II Discussions
+ url: https://github.com/tianocore/edk2/discussions
+ about: You can also reach out on the Discussion section of this repository