Skip to content

Commit f9740c4

Browse files
author
Bart Koelman
authored
Cleanup GitHub templates (#885)
1 parent 3f72b00 commit f9740c4

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1-
## Description
1+
#### DESCRIPTION
22

3-
...
3+
_Describe your bug or feature request here._
44

5-
## Environment
5+
#### STEPS TO REPRODUCE
66

7-
- JsonApiDotNetCore Version:
8-
- Other Relevant Package Versions:
7+
_Consider to include your code here, such as models, DbContext, controllers, resource services, repositories, resource definitions etc._
8+
9+
1.
10+
2.
11+
3.
12+
13+
#### EXPECTED BEHAVIOR
14+
15+
#### ACTUAL BEHAVIOR
16+
17+
#### VERSIONS USED
18+
- JsonApiDotNetCore version:
19+
- ASP.NET Core version:
20+
- Entity Framework Core version:
21+
- Database provider:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,8 @@
22

33
Closes #{ISSUE_NUMBER}
44

5-
#### BUG FIX
6-
- [ ] reproduce issue in tests
7-
- [ ] fix issue
8-
- [ ] bump package version
9-
10-
#### FEATURE
11-
- [ ] write tests that address the requirements outlined in the issue
12-
- [ ] fulfill the feature requirements
13-
- [ ] bump package version
14-
15-
#### RELATED REPOSITORY UPDATES
16-
- 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)
17-
- 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)
5+
#### QUALITY CHECKLIST
6+
- [ ] Changes implemented in code
7+
- [ ] Adapted tests
8+
- [ ] Documentation updated
9+
- [ ] Created issue to update [Templates](https://github.com/json-api-dotnet/Templates/issues/new): {ISSUE_NUMBER}

0 commit comments

Comments
 (0)