Skip to content

Commit

Permalink
new issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
SabotageAndi committed Apr 9, 2021
1 parent a6aa6bc commit 12acb54
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATES/bug_report.yml
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
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATES/config.yml
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

0 comments on commit 12acb54

Please sign in to comment.