Skip to content

Commit 44a6143

Browse files
committed
2 parents 4863cd5 + d61a172 commit 44a6143

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[BUG]: "
4+
labels: ["bug"]
5+
assignees:
6+
- timheuer
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this bug report!
12+
- type: textarea
13+
id: what-happened
14+
attributes:
15+
label: What happened?
16+
description: Also tell us, what did you expect to happen?
17+
placeholder: Tell us what you see!
18+
value: "A bug happened!"
19+
validations:
20+
required: true
21+
- type: input
22+
id: vsversion
23+
attributes:
24+
label: Visual Studio Version
25+
description: Copy the Visual Studio version from your Help...About Visual Studio menu
26+
placeholder: Version 17.8.5
27+
- type: textarea
28+
id: logs
29+
attributes:
30+
label: Relevant log output
31+
description: Please copy and paste any relevant log output. From the Output window for "GitHub Actions for VS"
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
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 [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)