Skip to content

Commit 7df9f59

Browse files
author
Zachary Eisinger
authored
Merge pull request #89 from actions/issue-templates
Adding issue templates
2 parents a4ec206 + b7a80c5 commit 7df9f59

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### Description
11+
12+
<!--
13+
* Please share short description of the problem
14+
-->
15+
16+
### Details
17+
18+
<!--
19+
* Include the relevant yaml, platform, and dotnet versions in use
20+
* If an error occurred on a public action, please share a link
21+
* Include any error messages received in text (search does not work for images)
22+
* Was this a regression from previous behavior?
23+
-->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: .NET issues
4+
url: https://github.com/dotnet/runtime#filing-issues
5+
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 commit comments

Comments
 (0)