Skip to content

Commit c24a64c

Browse files
committed
Improved issue templates
1 parent 8f2cf4f commit c24a64c

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
name: Bug report
2-
description: Create a report to help us improve
2+
description: Report an issue or bug with this library
33
labels: ['bug']
44
body:
55
- type: markdown
66
attributes:
77
value: |
88
Thanks for taking the time to fill out this bug report!
9+
- type: checkboxes
10+
id: non_api
11+
attributes:
12+
label: Confirm this is a Node library issue and not an underlying OpenAI API issue
13+
description: Issues with the underlying OpenAI API should be reported on our [Developer Community](https://community.openai.com/c/api/7)
14+
options:
15+
- label: This is an issue with the Node library
16+
required: true
917
- type: textarea
1018
id: what-happened
1119
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ body:
66
attributes:
77
value: |
88
Thanks for taking the time to fill out this feature request!
9+
- type: checkboxes
10+
id: non_api
11+
attributes:
12+
label: Confirm this is a feature request for the Node library and not the underlying OpenAI API.
13+
description: Feature requests for the underlying OpenAI API should be reported on our [Developer Community](https://community.openai.com/c/api/7)
14+
options:
15+
- label: This is a feature request for the Node library
16+
required: true
917
- type: textarea
1018
id: feature
1119
attributes:

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- Thank you for contributing to this project! -->
2+
<!-- The code in this repository is all auto-generated, and is not meant to be edited manually. -->
3+
<!-- We recommend opening an Issue instead, but you are still welcome to open a PR to share for -->
4+
<!-- an improvement if you wish, just note that we are unlikely to merge it as-is. -->
5+
6+
- [ ] I understand that this repository is auto-generated and my pull request may not be merged
7+
8+
## Changes being requested
9+
10+
11+
## Additional context & links

0 commit comments

Comments
 (0)