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
d2a08dda
Unverified
Commit
d2a08dda
authored
Mar 20, 2019
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://github.com/nlohmann/json
into develop
parents
7c55510f
3ac5fa31
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
28 deletions
+50
-28
.github/ISSUE_TEMPLATE/Bug_report.md
.github/ISSUE_TEMPLATE/Bug_report.md
+22
-19
.github/ISSUE_TEMPLATE/Feature_request.md
.github/ISSUE_TEMPLATE/Feature_request.md
+12
-9
.github/ISSUE_TEMPLATE/question.md
.github/ISSUE_TEMPLATE/question.md
+16
-0
No files found.
.github/ISSUE_TEMPLATE/Bug_report.md
View file @
d2a08dda
---
name
:
Bug report
about
:
Create a report to help us improve
---
-
What is the issue you have?
-
Please describe the steps to reproduce the issue. Can you provide a small but working code example?
-
What is the expected behavior?
-
And what is the actual behavior instead?
-
Which compiler and operating system are you using? Is it a
[
supported compiler
](
https://github.com/nlohmann/json#supported-compilers
)
?
-
Did you use a released version of the library or the version from 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
)
?
---
name
:
Bug report
about
:
Create a report to help us improve
title
:
'
'
labels
:
'
kind:
bug'
assignees
:
'
'
---
-
What is the issue you have?
-
Please describe the steps to reproduce the issue. Can you provide a small but working code example?
-
What is the expected behavior?
-
And what is the actual behavior instead?
-
Which compiler and operating system are you using? Is it a
[
supported compiler
](
https://github.com/nlohmann/json#supported-compilers
)
?
-
Did you use a released version of the library or the version from 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
)
?
.github/ISSUE_TEMPLATE/Feature_request.md
View file @
d2a08dda
---
name
:
Feature request
about
:
Suggest an idea for this project
---
-
Describe the feature in as much detail as possible.
-
Include sample usage where appropriate.
---
name
:
Feature request
about
:
Suggest an idea for this project
title
:
'
'
labels
:
'
kind:
enhancement/improvement'
assignees
:
'
'
---
-
Describe the feature in as much detail as possible.
-
Include sample usage where appropriate.
.github/ISSUE_TEMPLATE/question.md
0 → 100644
View file @
d2a08dda
---
name
:
Question
about
:
Ask a question regarding the library.
title
:
'
'
labels
:
'
kind:
question'
assignees
:
'
'
---
-
Describe what you want to achieve.
-
Describe what you tried.
-
Describe which system (OS, compiler) you are using.
-
Describe which version of the library you are using (release version, 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