Skip to content

Cleanup GitHub templates #885

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 18 additions & 5 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
## Description
#### DESCRIPTION

...
_Describe your bug or feature request here._

## Environment
#### STEPS TO REPRODUCE

- JsonApiDotNetCore Version:
- Other Relevant Package Versions:
_Consider to include your code here, such as models, DbContext, controllers, resource services, repositories, resource definitions etc._

1.
2.
3.

#### EXPECTED BEHAVIOR

#### ACTUAL BEHAVIOR

#### VERSIONS USED
- JsonApiDotNetCore version:
- ASP.NET Core version:
- Entity Framework Core version:
- Database provider:
18 changes: 5 additions & 13 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@

Closes #{ISSUE_NUMBER}

#### BUG FIX
- [ ] reproduce issue in tests
- [ ] fix issue
- [ ] bump package version

#### FEATURE
- [ ] write tests that address the requirements outlined in the issue
- [ ] fulfill the feature requirements
- [ ] bump package version

#### RELATED REPOSITORY UPDATES
- does this feature require documentation? if so, open an issue in the [docs repo](https://github.com/json-api-dotnet/json-api-dotnet.github.io/issues/new)
- does this feature break an API that is implemented in the templates repository? if so, [open an issue](https://github.com/json-api-dotnet/Templates/issues/new)
#### QUALITY CHECKLIST
- [ ] Changes implemented in code
- [ ] Adapted tests
- [ ] Documentation updated
- [ ] Created issue to update [Templates](https://github.com/json-api-dotnet/Templates/issues/new): {ISSUE_NUMBER}