]> git.proxmox.com Git - mirror_edk2.git/commitdiff
.github/ISSUE_TEMPLATE/config.yml: Add initial issue template
authorMichael Kubacki <michael.kubacki@microsoft.com>
Thu, 10 Nov 2022 15:03:08 +0000 (10:03 -0500)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 29 Nov 2022 23:02:56 +0000 (23:02 +0000)
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>
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644 (file)
index 0000000..7866c21
--- /dev/null
@@ -0,0 +1,24 @@
+## @file\r
+# GitHub issue configuration file.\r
+#\r
+# This file is meant to direct contributors familiar with GitHub's issue tracker\r
+# to the external resources used by TianoCore.\r
+#\r
+# Copyright (c) Microsoft Corporation.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+##\r
+\r
+blank_issues_enabled: false\r
+contact_links:\r
+  - name: Bugs and Feature Requests\r
+    url: https://bugzilla.tianocore.org/\r
+    about: Submit bug reports and feature requests here\r
+  - name: Reporting Security Issues\r
+    url: https://github.com/tianocore/tianocore.github.io/wiki/Reporting-Security-Issues\r
+    about: Read the wiki page that describes the process here\r
+  - name: EDK II Development Mailing List\r
+    url: https://edk2.groups.io/g/devel\r
+    about: Submit code patches and ask questions on the mailing list (devel@edk2.groups.io)\r
+  - name: EDK II Discussions\r
+    url: https://github.com/tianocore/edk2/discussions\r
+    about: You can also reach out on the Discussion section of this repository\r