Skip to content

Commit

Permalink
Merge pull request #89 from actions/issue-templates
Browse files Browse the repository at this point in the history
Adding issue templates
  • Loading branch information
Zachary Eisinger authored and GitHub committed Jun 12, 2020
2 parents a4ec206 + b7a80c5 commit 7df9f59
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 7df9f59

Please sign in to comment.