Merge pull request #89 from actions/issue-templates
Main workflow / test-bypass-proxy (push) Has been cancelled
Main workflow / build (macOS-latest) (push) Has been cancelled
Main workflow / build (ubuntu-latest) (push) Has been cancelled
Main workflow / build (windows-latest) (push) Has been cancelled
Main workflow / test (macOS-latest) (push) Has been cancelled
Main workflow / test (ubuntu-latest) (push) Has been cancelled
Main workflow / test (windows-latest) (push) Has been cancelled
Main workflow / test-proxy (push) Has been cancelled

Adding issue templates
This commit is contained in:
Zachary Eisinger
2020-06-12 11:03:40 -07:00
committed by GitHub
2 changed files with 28 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a bug report
title: ''
labels: ''
assignees: ''
---
### Description
<!--
* Please share short description of the problem
-->
### Details
<!--
* Include the relevant yaml, platform, and dotnet versions in use
* If an error occurred on a public action, please share a link
* Include any error messages received in text (search does not work for images)
* Was this a regression from previous behavior?
-->
+5
View File
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- 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.