From 392189ddd346900668c2c284943d5f7937975c49 Mon Sep 17 00:00:00 2001 From: Zachary Eisinger Date: Mon, 18 May 2020 11:40:25 -0700 Subject: [PATCH 1/4] Create config file to link to dotnet core issues --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..e426abd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: DotNet Core org issues + url: https://github.com/dotnet/runtime#filing-issues + about: Issues with the runtime, class libraries and frameworks shoul be addressed directly with the dotnet core team. Documentation on filing issues can be found here. From 82b9a8ff029e1fb18ba1a8785fd5b21e6b2ce495 Mon Sep 17 00:00:00 2001 From: Zachary Eisinger Date: Mon, 18 May 2020 12:03:57 -0700 Subject: [PATCH 2/4] Add a bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..a6287b1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: Create a bug report +title: '' +labels: '' +assignees: '' + +--- + +### Description + + + +### Details + + From 3648b37cf806618eca71caa94de5f45097ad94ac Mon Sep 17 00:00:00 2001 From: Zachary Eisinger Date: Fri, 12 Jun 2020 10:52:24 -0700 Subject: [PATCH 3/4] Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Rainer Sigwald --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e426abd..6cfb3d5 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,4 @@ blank_issues_enabled: true contact_links: - name: DotNet Core org issues url: https://github.com/dotnet/runtime#filing-issues - about: Issues with the runtime, class libraries and frameworks shoul be addressed directly with the dotnet core team. Documentation on filing issues can be found here. + about: Issues with the runtime, class libraries, frameworks, and SDK should be addressed directly with the .NET team. Documentation on filing issues can be found here. From b7a80c5d92b7e5679d2bbea99bdd168dcb7488a1 Mon Sep 17 00:00:00 2001 From: Zachary Eisinger Date: Fri, 12 Jun 2020 10:52:32 -0700 Subject: [PATCH 4/4] Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Rainer Sigwald --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6cfb3d5..ac9f4b6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: true contact_links: - - name: DotNet Core org issues + - name: .NET issues url: https://github.com/dotnet/runtime#filing-issues about: Issues with the runtime, class libraries, frameworks, and SDK should be addressed directly with the .NET team. Documentation on filing issues can be found here.