Skip to content

Commit 072f5a3

Browse files
author
Bart Koelman
authored
Update issue templates
1 parent 202262a commit 072f5a3

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
_Please read our [Contributing Guides](https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/.github/CONTRIBUTING.md) before submitting a bug._
11+
12+
#### DESCRIPTION
13+
_A clear and concise description of what the bug is._
14+
15+
#### STEPS TO REPRODUCE
16+
_Consider to include your code here, such as models, DbContext, controllers, resource services, repositories, resource definitions etc. Please also include the request URL with body (if applicable) and the full exception stack trace (set `options.IncludeExceptionStackTraceInErrors` to `true`) in case of errors._ It may also be helpful to include the produced SQL, which can be made visible in logs by adding this to appsettings.json:
17+
18+
```json
19+
{
20+
"Logging": {
21+
"LogLevel": {
22+
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
23+
}
24+
}
25+
}
26+
```
27+
28+
1.
29+
2.
30+
3.
31+
32+
#### EXPECTED BEHAVIOR
33+
_A clear and concise description of what you expected to happen._
34+
35+
#### ACTUAL BEHAVIOR
36+
_A clear and concise description of what happens instead._
37+
38+
#### VERSIONS USED
39+
- JsonApiDotNetCore version:
40+
- ASP.NET Core version:
41+
- Entity Framework Core version:
42+
- Database provider:
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
_Please read our [Contributing Guides](https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/.github/CONTRIBUTING.md) before suggesting an idea._
11+
12+
**Is your feature request related to a problem? Please describe.**
13+
_A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]_
14+
15+
**Describe the solution you'd like**
16+
_A clear and concise description of what you want to happen._
17+
18+
**Describe alternatives you've considered**
19+
_A clear and concise description of any alternative solutions or features you've considered._
20+
21+
**Additional context**
22+
_Add any other context or screenshots about the feature request here._

0 commit comments

Comments
 (0)