From bef7a1d96e50c51134519165f0586fbc36c621a5 Mon Sep 17 00:00:00 2001 From: Jose Arriaga Maldonado Date: Sat, 21 Sep 2024 23:33:38 -0700 Subject: [PATCH] Fixes to issue template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 91272562..b8989f62 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -27,7 +27,7 @@ body: - type: textarea id: repro-steps attributes: - label: To Reproduce + label: Steps to reproduce description: Steps to reproduce the behavior. placeholder: | 1. Fetch a '...' diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 895a4506..9e10b261 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -9,7 +9,7 @@ body: - type: checkboxes id: non_api attributes: - label: Confirm this is a feature request for the .NET library and not the underlying OpenAI API. + label: Confirm this is a feature request for the .NET library and not the underlying OpenAI API description: Feature requests for the underlying OpenAI API should be reported on our [Developer Community](https://community.openai.com/c/api/7) options: - label: This is a feature request for the .NET library @@ -17,7 +17,7 @@ body: - type: textarea id: feature attributes: - label: Describe the feature or improvement you're requesting + label: Describe the feature or improvement you are requesting description: A clear and concise description of what you want to happen. validations: required: true