From bcf3ef1e40008ef82ea5e7f7834193a973eedc64 Mon Sep 17 00:00:00 2001 From: Rinne Date: Sat, 27 Apr 2024 03:58:45 +0800 Subject: [PATCH] Fix typo in issue templates. --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cf3d2f97..58041659 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: BUG Report -description: Report a BUG of Tensorflow.NET. +description: Report a BUG of LLamaSharp. title: "[BUG]: " labels: [bug-report] body: @@ -34,11 +34,11 @@ body: Please provide the information of your environment and configuration. placeholder: Environment & Configuration 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: required: true - type: textarea