forked from nlohmann/json
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
459 changed files
with
9,326 additions
and
3,026 deletions.
There are no files selected for viewing
41 changes: 19 additions & 22 deletions
41
.github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/Bug_report.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,19 @@ | ||
**Bug Report** | ||
|
||
- 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)? | ||
|
||
|
||
**Feature Request** | ||
|
||
- Describe the feature in as much detail as possible. | ||
|
||
- Include sample usage where appropriate. | ||
--- | ||
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)? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
- Describe the feature in as much detail as possible. | ||
|
||
- Include sample usage where appropriate. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.