diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b70b0f32..2bc9aa5e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,17 +1,16 @@ -## Fixes # +## Resolves # ## PR checklist -- [ ] Samples have been added/updated (where applicable) -- [ ] Tests have been added/updated (where applicable) and pass -- [ ] Documentation has been added/updated for changes -- [ ] Code styling has been met on new source file changes -- [ ] Contains **NO** breaking changes +- [ ] Have tests been added or updated, run locally, and all pass +- [ ] Have code styling rules been run on all new source file changes +- [ ] Have relevant articles in the docs been added or updated for all new source file changes +- [ ] Have major breaking changes been made and are documented ## Other information - + diff --git a/src/MADE.Data.EFCore/MADE.Data.EFCore.csproj b/src/MADE.Data.EFCore/MADE.Data.EFCore.csproj index baff6b1d..b21af69d 100644 --- a/src/MADE.Data.EFCore/MADE.Data.EFCore.csproj +++ b/src/MADE.Data.EFCore/MADE.Data.EFCore.csproj @@ -17,12 +17,12 @@ - + - + diff --git a/src/MADE.Data.Validation.FluentValidation/MADE.Data.Validation.FluentValidation.csproj b/src/MADE.Data.Validation.FluentValidation/MADE.Data.Validation.FluentValidation.csproj index a6a8fb1e..fc42df0a 100644 --- a/src/MADE.Data.Validation.FluentValidation/MADE.Data.Validation.FluentValidation.csproj +++ b/src/MADE.Data.Validation.FluentValidation/MADE.Data.Validation.FluentValidation.csproj @@ -12,7 +12,7 @@ - +