You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
# I don't want to read this whole thing I just have a question!!!
2
2
3
-
> Note: Please don't file an issue to ask a question.
4
-
5
-
You'll get faster results by using our official [Gitter channel](https://gitter.im/json-api-dotnet-core/Lobby) or [StackOverflow](https://stackoverflow.com/search?q=jsonapidotnetcore) where the community chimes in with helpful advice if you have questions.
3
+
> You can file an issue to ask a question, but you'll get faster results by using our official [Gitter channel](https://gitter.im/json-api-dotnet-core/Lobby) or [StackOverflow](https://stackoverflow.com/search?q=jsonapidotnetcore) where the community chimes in with helpful advice if you have questions.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,18 @@
2
2
name: Bug report
3
3
about: Create a report to help us improve
4
4
title: ''
5
-
labels: ''
5
+
labels: 'bug'
6
6
assignees: ''
7
7
8
8
---
9
9
10
-
_Please read our [Contributing Guides](https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/.github/CONTRIBUTING.md) before submitting a bug._
10
+
<!-- Please read our [Contributing Guides](https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/.github/CONTRIBUTING.md) before submitting a bug.-->
11
11
12
12
#### DESCRIPTION
13
-
_A clear and concise description of what the bug is._
13
+
<!-- A clear and concise description of what the bug is.-->
14
14
15
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:
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
17
18
18
```json
19
19
{
@@ -24,16 +24,17 @@ _Consider to include your code here, such as models, DbContext, controllers, res
24
24
}
25
25
}
26
26
```
27
+
-->
27
28
28
29
1.
29
30
2.
30
31
3.
31
32
32
33
#### EXPECTED BEHAVIOR
33
-
_A clear and concise description of what you expected to happen._
34
+
<!-- A clear and concise description of what you expected to happen.-->
34
35
35
36
#### ACTUAL BEHAVIOR
36
-
_A clear and concise description of what happens instead._
37
+
<!-- A clear and concise description of what happens instead.-->
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,21 @@
2
2
name: Feature request
3
3
about: Suggest an idea for this project
4
4
title: ''
5
-
labels: ''
5
+
labels: 'enhancement'
6
6
assignees: ''
7
7
8
8
---
9
9
10
-
_Please read our [Contributing Guides](https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/.github/CONTRIBUTING.md) before suggesting an idea._
10
+
<!-- Please read our [Contributing Guides](https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/.github/CONTRIBUTING.md) before suggesting an idea.-->
11
11
12
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[...]_
13
+
<!-- A clear and concise description of what the problem is. For example: I'm always frustrated when...-->
14
14
15
15
**Describe the solution you'd like**
16
-
_A clear and concise description of what you want to happen._
16
+
<!-- A clear and concise description of what you want to happen.-->
17
17
18
18
**Describe alternatives you've considered**
19
-
_A clear and concise description of any alternative solutions or features you've considered._
19
+
<!-- A clear and concise description of any alternative solutions or features you've considered.-->
20
20
21
21
**Additional context**
22
-
_Add any other context or screenshots about the feature request here._
22
+
<!-- Add any other context or screenshots about the feature request here.-->
<!-- Explain what you're trying to accomplish, how you encountered the problem you're trying to solve, and any difficulties that have prevented you from solving it yourself. -->
12
+
13
+
#### DETAILS
14
+
<!-- What details can you include that will help us identify and solve your problem? -->
15
+
16
+
#### STEPS TO REPRODUCE
17
+
<!-- Not all questions benefit from including code, but if your problem is with the code you've written, you should consider including your models, DbContext, controllers, resource services, repositories, resource definitions, etc. 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:
0 commit comments