-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6aa6bc
commit 12acb54
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
name: Visual Studio Bug report | ||
description: Create a report to help us improve the SpecFlow Visual Studio Extension | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Used Visual Studio | ||
options: | ||
- Visual Studio 2019 | ||
- Visual Studio 2017 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Are the latest Visual Studio updates installed? | ||
options: | ||
- 'Yes' | ||
- 'No' | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: SpecFlow Section in app.config or content of specflow.json | ||
placeholder: PLEASE COPY THE ENTIRE <SpecFlow> SECTION IN YOUR .config FILE or THE ENTIRE specflow.json | ||
- type: textarea | ||
attributes: | ||
label: Issue Description | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to Reproduce | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Link to Repository Project | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Feature request | ||
url: https://support.specflow.org/hc/en-us/community/topics/360000519178-Feature-Requests | ||
about: Suggest an idea |