Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Jan 28, 2024
2 parents 4863cd5 + d61a172 commit 44a6143
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Bug Report
description: File a bug report
title: "[BUG]: "
labels: ["bug"]
assignees:
- timheuer
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: input
id: vsversion
attributes:
label: Visual Studio Version
description: Copy the Visual Studio version from your Help...About Visual Studio menu
placeholder: Version 17.8.5
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. From the Output window for "GitHub Actions for VS"
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 44a6143

Please sign in to comment.