🔧 overwork issue template #3348
This commit is contained in:
parent
1ba736893e
commit
66f6b4b6a0
57
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
57
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@ -1,57 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us improve
|
|
||||||
title: ''
|
|
||||||
labels: 'kind: bug'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- Provide a concise summary of the issue in the title above. -->
|
|
||||||
|
|
||||||
#### What is the issue you have?
|
|
||||||
|
|
||||||
<!-- 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". -->
|
|
||||||
|
|
||||||
#### Please describe the steps to reproduce the issue.
|
|
||||||
|
|
||||||
<!-- Provide a link to a live example, or an unambiguous set of steps to -->
|
|
||||||
<!-- reproduce this bug. Include code to reproduce, if relevant -->
|
|
||||||
|
|
||||||
1.
|
|
||||||
2.
|
|
||||||
3.
|
|
||||||
|
|
||||||
#### 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.10.5
|
|
||||||
- [ ] 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
|
|
17
.github/ISSUE_TEMPLATE/bug.yaml
vendored
17
.github/ISSUE_TEMPLATE/bug.yaml
vendored
@ -1,5 +1,5 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: File a bug report
|
description: Create a bug report
|
||||||
labels:
|
labels:
|
||||||
- 'kind: bug'
|
- 'kind: bug'
|
||||||
body:
|
body:
|
||||||
@ -31,11 +31,6 @@ body:
|
|||||||
description: >
|
description: >
|
||||||
How do you trigger the bug? Please walk us through step by step. Be as
|
How do you trigger the bug? Please walk us through step by step. Be as
|
||||||
specific as possible.
|
specific as possible.
|
||||||
placeholder: >
|
|
||||||
1.
|
|
||||||
2.
|
|
||||||
3.
|
|
||||||
...
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -45,10 +40,6 @@ body:
|
|||||||
description: >
|
description: >
|
||||||
Please describe what you expected to happen after the steps above and
|
Please describe what you expected to happen after the steps above and
|
||||||
what actually happened.
|
what actually happened.
|
||||||
placeholder: >
|
|
||||||
Expected behavior:
|
|
||||||
|
|
||||||
Actual behavior:
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -77,8 +68,6 @@ body:
|
|||||||
Include as many relevant details about the environment you experienced
|
Include as many relevant details about the environment you experienced
|
||||||
the bug in. Make sure you use a
|
the bug in. Make sure you use a
|
||||||
[supported compiler](https://github.com/nlohmann/json#supported-compilers).
|
[supported compiler](https://github.com/nlohmann/json#supported-compilers).
|
||||||
placeholder: >
|
|
||||||
macOS 12.3 using g++ 11.2.0 and Apple Clang 13.1.6
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
@ -91,8 +80,6 @@ body:
|
|||||||
the commit hash. If you got the library from another source as the
|
the commit hash. If you got the library from another source as the
|
||||||
GitHub repository (e.g., via a package manager), please also state
|
GitHub repository (e.g., via a package manager), please also state
|
||||||
this.
|
this.
|
||||||
placeholder: >
|
|
||||||
release version 3.10.5
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
@ -103,4 +90,4 @@ body:
|
|||||||
Please check these additional steps:
|
Please check these additional steps:
|
||||||
options:
|
options:
|
||||||
- label: The bug also occurs if the latest version from the [`develop`](https://github.com/nlohmann/json/tree/develop) branch is used.
|
- label: The bug also occurs if the latest version from the [`develop`](https://github.com/nlohmann/json/tree/develop) branch is used.
|
||||||
- label: I can successfully [compile and run the unit tests](https://github.com/nlohmann/json#execute-unit-tests)
|
- label: I can successfully [compile and run the unit tests](https://github.com/nlohmann/json#execute-unit-tests).
|
||||||
|
Loading…
Reference in New Issue
Block a user