mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2025-12-06 00:20:02 +01:00
Update bug report template: clarify GPU backend optionality and update Code of Conduct reference
This commit is contained in:
parent
ea73f6b890
commit
9c42993d0c
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -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) <!-- Replace with actual link if you have one -->
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user