* [PATCH v1 1/1] .github/ISSUE_TEMPLATE/config.yml: Add initial issue template
@ 2022-11-16 1:47 Michael Kubacki
2022-11-29 18:50 ` [edk2-devel] " Sean
0 siblings, 1 reply; 2+ messages in thread
From: Michael Kubacki @ 2022-11-16 1:47 UTC (permalink / raw)
To: devel; +Cc: Sean Brogan, Michael D Kinney
From: Michael Kubacki <michael.kubacki@microsoft.com>
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>
---
Notes:
An example of what this looks like is in the Issues
section of my edk2 fork:
https://github.com/makubacki/edk2/issues/new/choose
This was discussed in the Nov 14th, 2022 TianoCore
Tools and CI Meeting and received positive feedback
with the suggestion to add this change.
.github/ISSUE_TEMPLATE/config.yml | 24 ++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000000..7866c2197aca
--- /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
--
2.28.0.windows.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [edk2-devel] [PATCH v1 1/1] .github/ISSUE_TEMPLATE/config.yml: Add initial issue template
2022-11-16 1:47 [PATCH v1 1/1] .github/ISSUE_TEMPLATE/config.yml: Add initial issue template Michael Kubacki
@ 2022-11-29 18:50 ` Sean
0 siblings, 0 replies; 2+ messages in thread
From: Sean @ 2022-11-29 18:50 UTC (permalink / raw)
To: devel, mikuback; +Cc: Sean Brogan, Michael D Kinney
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
On 11/15/2022 5:47 PM, Michael Kubacki wrote:
> From: Michael Kubacki <michael.kubacki@microsoft.com>
>
> 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>
> ---
>
> Notes:
> An example of what this looks like is in the Issues
> section of my edk2 fork:
>
> https://github.com/makubacki/edk2/issues/new/choose
>
> This was discussed in the Nov 14th, 2022 TianoCore
> Tools and CI Meeting and received positive feedback
> with the suggestion to add this change.
>
> .github/ISSUE_TEMPLATE/config.yml | 24 ++++++++++++++++++++
> 1 file changed, 24 insertions(+)
>
> diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
> new file mode 100644
> index 000000000000..7866c2197aca
> --- /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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-29 18:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-16 1:47 [PATCH v1 1/1] .github/ISSUE_TEMPLATE/config.yml: Add initial issue template Michael Kubacki
2022-11-29 18:50 ` [edk2-devel] " Sean
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox