There was an error while loading. Please reload this page.
1 parent 04c7c3f commit b75f032Copy full SHA for b75f032
2 files changed
.github/ISSUE_TEMPLATE/bug_report.md
@@ -2,7 +2,8 @@
2
name: Bug report
3
about: Create a report to help us improve
4
title: ''
5
-labels: ["bug", "needs triage"]
+labels: ["needs triage"]
6
+type: ["bug"]
7
assignees: ''
8
9
---
@@ -11,6 +12,8 @@ assignees: ''
11
12
- OS: [eg Windows/Linux/MacOS]
13
- Version: [e.g. 1.0.0-alpha.0.13]
14
- Terminal: [e.g Windows Terminal]
15
+ - .NET SDK: [e.g. 10.0.103]
16
+ - .NET Runtime: [e.g. 10.0.103]
17
18
**Describe the bug**
19
A clear and concise description of what the bug is.
.github/ISSUE_TEMPLATE/feature_request.md
name: Feature request
about: Suggest an idea for this project
-labels: ["feature", "needs triage"]
+type: ["feature"]
0 commit comments