From 4c7eb6fe295741f22ff48ff0febb42519d07992d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Gallou=C3=A9dec?= <45557362+qgallouedec@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:40:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Simplify=20bug=20report=20templa?= =?UTF-8?q?te=20(#2585)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 42 +++++---------------------- 1 file changed, 8 insertions(+), 34 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 8446a33af6..fbf352cffc 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -9,36 +9,6 @@ body: 🚩 If it is your first time submitting, be sure to check our [bug report guidelines](https://github.com/huggingface/trl/blob/main/CONTRIBUTING.md#did-you-find-a-bug) - - type: textarea - id: system-info - attributes: - label: System Info - description: | - Please provide information about your system: platform, Python version, PyTorch version, Transformers version, devices, TRL version, ... - You can get this information by running `trl env` in your terminal. - - placeholder: Copy-paste the output of `trl env` - validations: - required: true - - - type: checkboxes - id: information-scripts-examples - attributes: - label: Information - description: 'The problem arises when using:' - options: - - label: "The official example scripts" - - label: "My own modified scripts" - - - type: checkboxes - id: information-tasks - attributes: - label: Tasks - description: "The tasks I am working on are:" - options: - - label: "An officially supported task in the `examples` folder" - - label: "My own task or dataset (give details below)" - - type: textarea id: reproduction validations: @@ -66,12 +36,16 @@ body: ``` - type: textarea - id: expected-behavior + id: system-info + attributes: + label: System Info + description: | + Please provide information about your system: platform, Python version, PyTorch version, Transformers version, devices, TRL version, ... + You can get this information by running `trl env` in your terminal. + + placeholder: Copy-paste the output of `trl env` validations: required: true - attributes: - label: Expected behavior - description: "A clear and concise description of what you would expect to happen." - type: checkboxes id: terms