Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner committed Jun 24, 2022
1 parent ebb8e70 commit 6560b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ body:
- type: input
attributes:
label: FluentValidation version
description: Which version of FluentValidation are you using? Please note that only FluentValidation versions 9.x and 10.x are supported. Issues related to older versions will be closed.
description: Which version of FluentValidation are you using? Please note that only FluentValidation versions 11.x and 10.x are supported. Issues related to older versions will be closed.
validations:
required: true
- type: input
attributes:
label: ASP.NET version
description: If you are using FluentValidation with ASP.NET, please provide the version of ASP.NET that you're using (eg .NET Core 3.1, .NET 5 etc). Leave this blank if you're not using ASP.NET.
description: If you are using FluentValidation with ASP.NET, please provide the version of ASP.NET that you're using (eg .NET Core 3.1, .NET 6 etc). Leave this blank if you're not using ASP.NET.
- type: textarea
attributes:
label: Summary
Expand Down

0 comments on commit 6560b22

Please sign in to comment.