Browse Source

Fix typo in issue templates.

pull/701/head
Rinne 1 year ago
parent
commit
bcf3ef1e40
No known key found for this signature in database GPG Key ID: E86D01E1809BD23E
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 6
- 6
.github/ISSUE_TEMPLATE/bug_report.yml View File

@@ -1,5 +1,5 @@
name: BUG Report name: BUG Report
description: Report a BUG of Tensorflow.NET.
description: Report a BUG of LLamaSharp.
title: "[BUG]: " title: "[BUG]: "
labels: [bug-report] labels: [bug-report]
body: body:
@@ -34,11 +34,11 @@ body:
Please provide the information of your environment and configuration. Please provide the information of your environment and configuration.
placeholder: Environment & Configuration placeholder: Environment & Configuration
value: | value: |
Operating system:
.NET runtime version:
LLamaSharp version:
CUDA version (if you are using cuda backend):
CPU & GPU device:
- Operating system:
- .NET runtime version:
- LLamaSharp version:
- CUDA version (if you are using cuda backend):
- CPU & GPU device:
validations: validations:
required: true required: true
- type: textarea - type: textarea


Loading…
Cancel
Save