Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit cb0b303

Browse files
authored
Update issue templates (#1814)
* Update issue templates * Update bug_report.md * Update feature_request.md
1 parent 35b1fed commit cb0b303

File tree

2 files changed

+13
-23
lines changed

2 files changed

+13
-23
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,21 @@
22
name: Bug report
33
about: Report bugs for this project
44
title: ''
5-
labels: 'Type: Bug'
5+
labels: 'Needs Triage, Type: Bug'
66
assignees: ''
77

88
---
9-
## Project
109

11-
**Name**: <!--Virtual Assistant, Skills, Enterprise Bot Template, or Customer Support Template-->
10+
#### What project is affected?
1211

13-
**Language**: <!-- C#, TypeScript -->
12+
#### What language is this in?
1413

15-
## Description
16-
<!--A clear and concise description of what the bug is.-->
14+
#### What happens?
1715

18-
## To Reproduce
19-
<!--Steps to reproduce the behavior:-->
16+
#### What are the steps to reproduce this issue?
2017

21-
## Expected behavior
22-
<!--A clear and concise description of what you expected to happen.-->
18+
#### What were you expecting to happen?
2319

24-
## Screenshots
25-
<!--If applicable, add screenshots to help explain your problem.-->
20+
#### Can you share any logs, error output, etc.?
2621

27-
## Additional context
28-
<!--Add any other context about the problem here.-->
22+
#### Any screenshots or additional context?

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,15 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: 'Type: Suggestion'
5+
labels: 'Needs Triage, Type: Suggestion'
66
assignees: ''
77

88
---
99

10-
**Is your feature request related to a problem? Please describe.**
11-
<!--A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]-->
10+
#### Is your feature request related to a problem? Please describe.
1211

13-
**Describe the solution you'd like**
14-
<!--A clear and concise description of what you want to happen.-->
12+
#### What is the solution you are looking for?
1513

16-
**Describe alternatives you've considered**
17-
<!--A clear and concise description of any alternative solutions or features you've considered.-->
14+
#### What alternatives have you considered?
1815

19-
**Additional context**
20-
<!--Add any other context or screenshots about the feature request here.-->
16+
#### Is there any other context you can provide?

0 commit comments

Comments
 (0)