Skip to content

Commit

Permalink
Fixes to issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
joseharriaga committed Sep 22, 2024
1 parent df1c37c commit bef7a1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit bef7a1d

Please sign in to comment.