Skip to content

Commit

Permalink
template
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoseley committed Jan 7, 2021
1 parent 28613df commit 36bba7d
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE

This file was deleted.

42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/01_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: General bug report
about: If you're not sure where to create the .NET issue, click here
title: ''
labels: ''
assignees: ''

---

<!--This is just a template - feel free to delete any and all of it and replace as appropriate. If you're not sure of an answer, just skip it. We'll help you! -->

### Description

<!--
* Please share a clear and concise description of the problem.
* Include minimal steps to reproduce the problem if possible. E.g.: the smallest possible code snippet; or a small repo to clone, with steps to run it.
* What behavior are you seeing, and what behavior would you expect?
-->

### Configuration

<!--
* Which version of .NET is the code running on?
* What OS and version, and for Linux, what distro?
* What is the architecture (x64, x86, ARM, ARM64)?
* Do you know whether it is specific to that configuration?
* If you're using Blazor, which web browser(s) do you see this issue in?
-->

### Regression?

<!--
* Did this work in a previous build or release of .NET Core, or from .NET Framework? If you can try a previous release or build to find out, that can help us narrow down the problem. If you don't know, that's OK.
-->

### Other information

<!--
* Please include any relevant stack traces or error messages. If possible please include text as text rather than images (so it shows up in searches).
* If you have an idea where the problem might lie, let us know that here. Please include any pointers to code, relevant changes, or related issues you know of.
* Do you know of any workarounds?
-->
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
blank_issues_enabled: true
contact_links:
- name: Issue with ASP.NET Core
url: https://github.com/dotnet/aspnetcore/issues/new/choose
about: Please open issues relating to ASP.NET Core in dotnet/aspnetcore.
- name: Issue with .NET runtime or core .NET libraries
url: https://github.com/dotnet/runtime/issues/new/choose
about: Please open issues with the .NET runtime or core .NET libraries in dotnet/runtime.
- name: Issue with .NET SDK
url: https://github.com/dotnet/sdk/issues/new/choose
about: Please open issues relating to the .NET SDK in dotnet/sdk.
- name: Issue with Entity Framework
url: https://github.com/dotnet/efcore/issues/new/choose
about: Please open issues relating to Entity Framework in dotnet/efcore.
- name: Issue with Roslyn compiler
url: https://github.com/dotnet/roslyn/issues/new/choose
about: Please open issues relating to the Roslyn .NET compiler in dotnet/roslyn.
- name: Issue with Windows Forms
url: https://github.com/dotnet/winforms/issues/new/choose
about: Please open issues relating to Windows Forms in dotnet/winforms.
- name: Issue with WPF
url: https://github.com/dotnet/wpf/issues/new/choose
about: Please open issues relating to WPF in dotnet/wpf.
- name: Issue with .NET Framework
url: https://developercommunity.visualstudio.com/spaces/61/index.html
about: Please open issues relating to the .NET Framework (rather than .NET Core or .NET 5+) in Developer Community

0 comments on commit 36bba7d

Please sign in to comment.