Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixes to issue template
  • Loading branch information
joseharriaga committed Sep 22, 2024
commit bef7a1d96e50c51134519165f0586fbc36c621a5
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '...'
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ 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
required: true
- 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
Expand Down