From 929e0b15d189e57cf8cef0c5eb70d9110542e1ba Mon Sep 17 00:00:00 2001 From: John Graley Date: Wed, 14 Feb 2024 17:23:12 +0000 Subject: [PATCH] Update 00-bug_report.yml --- .github/ISSUE_TEMPLATE/00-bug_report.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/00-bug_report.yml b/.github/ISSUE_TEMPLATE/00-bug_report.yml index 5b88c50ba..04e1e8b6b 100644 --- a/.github/ISSUE_TEMPLATE/00-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/00-bug_report.yml @@ -16,13 +16,6 @@ body: description: It is important that we are able to reproduce the problem that you are experiencing. Please provide all code and relevant steps to reproduce the problem, including your `BUILD`/`CMakeLists.txt` file and build commands. Links to a GitHub branch or [godbolt.org](https://godbolt.org/) that demonstrate the problem are also helpful. validations: required: true - - type: textarea - id: version - attributes: - label: What version of Cotest are you using? - description: Please include the output of `git rev-parse HEAD` or the GoogleTest release version number that you are using. - validations: - required: true - type: textarea id: compiler attributes: