From 66f6b4b6a0b897e91f7fdd5f6058a8c62137895f Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Fri, 25 Mar 2022 10:16:21 +0100 Subject: [PATCH] :wrench: overwork issue template #3348 --- .github/ISSUE_TEMPLATE/Bug_report.md | 57 ---------------------------- .github/ISSUE_TEMPLATE/bug.yaml | 17 +-------- 2 files changed, 2 insertions(+), 72 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md deleted file mode 100644 index d0fbbdda0..000000000 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -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. - - - - -1. -2. -3. - -#### 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? - - - - -- Compiler: ___ -- Operating system: ___ - -#### Which version of the library did you use? - - - -- [ ] 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 diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index aa8a5cfe6..9ede0b3d7 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -1,5 +1,5 @@ name: Bug Report -description: File a bug report +description: Create a bug report labels: - 'kind: bug' body: @@ -31,11 +31,6 @@ body: description: > How do you trigger the bug? Please walk us through step by step. Be as specific as possible. - placeholder: > - 1. - 2. - 3. - ... validations: required: true - type: textarea @@ -45,10 +40,6 @@ body: description: > Please describe what you expected to happen after the steps above and what actually happened. - placeholder: > - Expected behavior: - - Actual behavior: validations: required: true - type: textarea @@ -77,8 +68,6 @@ body: Include as many relevant details about the environment you experienced the bug in. Make sure you use a [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: required: true - type: input @@ -91,8 +80,6 @@ body: the commit hash. If you got the library from another source as the GitHub repository (e.g., via a package manager), please also state this. - placeholder: > - release version 3.10.5 validations: required: true - type: checkboxes @@ -103,4 +90,4 @@ body: Please check these additional steps: options: - 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).