Skip to content

Commit

Permalink
update GitHub issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Jan 30, 2024
1 parent 9631d3e commit 45828a3
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 77 deletions.
39 changes: 11 additions & 28 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug report
description: Create a report to help us improve Reqnroll
labels: [Bug]
labels: [bug]
body:
- type: input
attributes:
Expand All @@ -12,7 +12,6 @@ body:
attributes:
label: Which test runner are you using?
options:
- SpecFlow+ Runner
- MSTest
- NUnit
- xUnit
Expand All @@ -27,50 +26,34 @@ body:
attributes:
label: .NET Implementation
options:
- .NET 8.0
- .NET 7.0
- .NET 6.0
- .NET 5.0
- .NET Core 3.1
- .NET Core 3.0
- .NET Core 2.2
- .NET Core 2.1
- .NET Core 2.0
- equal or greater .NET Framework 4.6.1
- before .NET Framework 4.6.1
validations:
required: true
- type: dropdown
attributes:
label: Project Format of the Reqnroll project
options:
- Sdk-style project format
- Classic project format using `packages.config`
- Classic project format using `<PackageReference>` tags
validations:
required: true
- type: dropdown
attributes:
label: .feature.cs files are generated using
options:
- Reqnroll.Tools.MsBuild.Generation NuGet package
- ReqnrollSingleFileGenerator custom tool
- .NET Framework 4.6.2 or later
validations:
required: true
- type: dropdown
attributes:
label: Test Execution Method
options:
- Visual Studio Test Explorer
- TFS/VSTS/Azure DevOps – Task – PLEASE SPECIFY THE NAME OF THE TASK
- ReSharper Test Runner
- Azure DevOps Pipeline Task – PLEASE SPECIFY THE NAME OF THE TASK
- Other build server task – PLEASE SPECIFY THE NAME OF THE BUILD SERVER AND TASK
- Command line – PLEASE SPECIFY THE FULL COMMAND LINE
- Other – PLEASE SPECIFY
validations:
required: true
- type: textarea
attributes:
label: Reqnroll Section in app.config or content of reqnroll.json
placeholder: PLEASE COPY THE ENTIRE <Reqnroll> SECTION IN YOUR .config FILE or THE ENTIRE reqnroll.json
label: Content of reqnroll.json configuration file
placeholder: PLEASE COPY THE ENTIRE reqnroll.json
- type: textarea
attributes:
label: Issue Description
placeholder: For ideas, feature requests and questions, please use our discussion board at https://github.com/reqnroll/Reqnroll/discussions/
validations:
required: true
- type: textarea
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Feature request
url: https://support.reqnroll.net/hc/en-us/community/topics/360000519178-Feature-Requests
about: Suggest an idea
url: https://github.com/reqnroll/Reqnroll/discussions/categories/ideas
about: Please create a new discussion to the "Ideas" category of our discussion board
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/documentation-request-.md

This file was deleted.

23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Documentation request
description: Suggest an improvement to the documentation
labels: [documentation]
body:
- type: input
attributes:
label: Related Documentation Page
- type: dropdown
attributes:
label: Type of the problem
options:
- Incorrect information
- Missing information
- Typo, language or grammar error
- Broken link or display
validations:
required: true
- type: textarea
attributes:
label: Problem Description
validations:
required: true
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/impl_feature_request.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/lock.yml

This file was deleted.

0 comments on commit 45828a3

Please sign in to comment.