From 9c42993d0c63e90041ad709be8973cb1ae70cba8 Mon Sep 17 00:00:00 2001 From: Aryan Hardik Dani Date: Sat, 3 May 2025 12:41:27 +0530 Subject: [PATCH] Update bug report template: clarify GPU backend optionality and update Code of Conduct reference --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f30fd65..7fdc727 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,7 +4,7 @@ name: Bug Report description: File a bug report to help us improve title: "[Bug]: " labels: ["bug", "triage"] -assignees: [] +assignees: [] body: - type: markdown attributes: @@ -53,7 +53,7 @@ body: - CPU Only - Not Applicable validations: - required: false # Make optional as not all issues might be GPU related + required: false - type: textarea id: logs attributes: @@ -64,7 +64,7 @@ body: id: terms attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](link/to/code_of_conduct.md) + description: By submitting this issue, you agree to follow our [Collaboration Guidelines](CONTRIBUTING.md) options: - - label: I agree to follow this project's Code of Conduct + - label: I agree to follow this project's Collaboration Guidelines required: true