Skip to content

Commit 260b47e

Browse files
committed
Update question template
1 parent 05e9037 commit 260b47e

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/ISSUE_TEMPLATE/question.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,25 @@ assignees: ''
77

88
---
99

10+
<!--
11+
Remember that no-one is getting paid to answer your question. You're basically asking other people to give up their time to help you out of the goodness of their heart – it's up to you to do all you can to make that as simple as possible, so read https://codeblog.jonskeet.uk/2012/11/24/stack-overflow-question-checklist/ first.
12+
-->
13+
1014
#### SUMMARY
11-
<!-- 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. -->
15+
<!--
16+
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.
17+
-->
1218

1319
#### DETAILS
14-
<!-- What details can you include that will help us identify and solve your problem? -->
20+
<!--
21+
What details can you include that will help us identify and solve your problem?
22+
If your program produces different results from what you expected, state what you expected, why you expected it, and the actual results.
23+
-->
24+
1525

1626
#### 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:
27+
<!--
28+
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 the response 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:
1829
1930
```json
2031
{

0 commit comments

Comments
 (0)