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: