📝 request more details in question template
This commit is contained in:
parent
325e8ab8ab
commit
bb9619ef8b
2 changed files with 6 additions and 1 deletions
1
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
1
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
|
@ -14,4 +14,3 @@ assignees: ''
|
||||||
#### How would the feature be usable for other users?
|
#### How would the feature be usable for other users?
|
||||||
|
|
||||||
<!-- Include sample usage where appropriate. -->
|
<!-- Include sample usage where appropriate. -->
|
||||||
|
|
||||||
|
|
6
.github/ISSUE_TEMPLATE/question.md
vendored
6
.github/ISSUE_TEMPLATE/question.md
vendored
|
@ -7,6 +7,8 @@ assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- Provide a concise summary of the issue in the title above. -->
|
||||||
|
|
||||||
#### What do you want to achieve?
|
#### What do you want to achieve?
|
||||||
|
|
||||||
<!-- Please describe the feature as detailed as possible. -->
|
<!-- Please describe the feature as detailed as possible. -->
|
||||||
|
@ -17,6 +19,10 @@ assignees: ''
|
||||||
<!-- There is a full documentation of the API: https://nlohmann.github.io/json/ -->
|
<!-- There is a full documentation of the API: https://nlohmann.github.io/json/ -->
|
||||||
<!-- There is a detailed README file: https://github.com/nlohmann/json/blob/develop/README.md -->
|
<!-- There is a detailed README file: https://github.com/nlohmann/json/blob/develop/README.md -->
|
||||||
|
|
||||||
|
#### Can you provide a small code example?
|
||||||
|
|
||||||
|
<!-- Please understand that we cannot analyze and debug large code bases. -->
|
||||||
|
|
||||||
#### Which compiler and operating system are you using?
|
#### Which compiler and operating system are you using?
|
||||||
|
|
||||||
<!-- Include as many relevant details about the environment you experienced the bug in. -->
|
<!-- Include as many relevant details about the environment you experienced the bug in. -->
|
||||||
|
|
Loading…
Reference in a new issue