Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
ae29456b
Unverified
Commit
ae29456b
authored
May 20, 2020
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🚸
overwork report templates
parent
a861bdb8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
71 additions
and
13 deletions
+71
-13
.github/ISSUE_TEMPLATE/Bug_report.md
.github/ISSUE_TEMPLATE/Bug_report.md
+42
-7
.github/ISSUE_TEMPLATE/Feature_request.md
.github/ISSUE_TEMPLATE/Feature_request.md
+7
-2
.github/ISSUE_TEMPLATE/question.md
.github/ISSUE_TEMPLATE/question.md
+22
-4
No files found.
.github/ISSUE_TEMPLATE/Bug_report.md
View file @
ae29456b
...
...
@@ -7,16 +7,51 @@ assignees: ''
---
-
What is the issue you have?
<!-- Provide a concise summary of the issue in the title above. -->
-
Please describe the steps to reproduce the issue. Can you provide a small but working code exampl
e?
#### What is the issue you hav
e?
-
What is the expected behavior?
<!-- Provide a detailed introduction to the issue itself, and why you consider it to be a bug. -->
<!-- If possible, be specific and add stack traces, error messages, etc. Avoid vague terms like "crash" or "doesn't work". -->
-
And what is the actual behavior instead?
#### Please describe the steps to reproduce the issue.
-
Which compiler and operating system are you using? Is it a
[
supported compiler
](
https://github.com/nlohmann/json#supported-compilers
)
?
<!-- Provide a link to a live example, or an unambiguous set of steps to -->
<!-- reproduce this bug. Include code to reproduce, if relevant -->
-
Did you use a released version of the library or the version from the
`develop`
branch?
1.
2.
3.
-
If you experience a compilation error: can you
[
compile and run the unit tests
](
https://github.com/nlohmann/json#execute-unit-tests
)
?
#### Can you provide a small but working code example?
<!-- Please understand that we cannot analyze and debug large code bases. -->
#### What is the expected behavior?
<!-- Tell us what should happen -->
#### And what is the actual behavior instead?
<!-- Tell us what happens instead. -->
#### Which compiler and operating system are you using?
<!-- Include as many relevant details about the environment you experienced the bug in. -->
<!-- Make sure you use a supported compiler, see https://github.com/nlohmann/json#supported-compilers. -->
-
Compiler: ___
-
Operating system: ___
#### Which version of the library did you use?
<!-- Please add an `x` to the respective line. -->
-
[ ] latest release version 3.7.3
-
[ ] other release - please state the version: ___
-
[ ] the
`develop`
branch
#### If you experience a compilation error: can you [compile and run the unit tests](https://github.com/nlohmann/json#execute-unit-tests)?
-
[ ] yes
-
[ ] no - please copy/paste the error message below
.github/ISSUE_TEMPLATE/Feature_request.md
View file @
ae29456b
...
...
@@ -7,6 +7,11 @@ assignees: ''
---
-
Describe the feature in as much detail as possible.
#### Which feature do you want to see in the library?
<!-- Describe the feature in as much detail as possible. -->
#### How would the feature be usable for other users?
<!-- Include sample usage where appropriate. -->
-
Include sample usage where appropriate.
.github/ISSUE_TEMPLATE/question.md
View file @
ae29456b
...
...
@@ -7,10 +7,28 @@ assignees: ''
---
-
Describe what you want to achieve.
#### What do you want to achieve?
-
Describe what you tried.
<!-- Please describe the feature as detailed as possible. -->
-
Describe which system (OS, compiler) you are using.
#### What have you tried?
-
Describe which version of the library you are using (release version, develop branch).
<!-- There are thousands of issues to search: https://github.com/nlohmann/json/issues?q=is%3Aissue+ -->
<!-- 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 -->
#### Which compiler and operating system are you using?
<!-- Include as many relevant details about the environment you experienced the bug in. -->
<!-- Make sure you use a supported compiler, see https://github.com/nlohmann/json#supported-compilers. -->
-
Compiler: ___
-
Operating system: ___
#### Which version of the library did you use?
<!-- Please add an `x` to the respective line. -->
-
[ ] latest release version 3.7.3
-
[ ] other release - please state the version: ___
-
[ ] the
`develop`
branch
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment