Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 586f36e

Browse files
add issue templates
1 parent 69cae8b commit 586f36e

File tree

4 files changed

+82
-0
lines changed

4 files changed

+82
-0
lines changed

‎.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: GitHub
4+
url: https://github.com/CJCrafter/ChatGPT-Java-API/discussions
5+
about: Ask for help on GitHub Discussions
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!--
2+
This template is for requesting a new feature for this API.
3+
4+
In general, we will not add features that are not in the OpenAI API. That
5+
means that we try to keep the API as close to the official OpenAI APIs
6+
as possible except for Java-specific changes.
7+
8+
That being said, we are open to adding features that make this API easier
9+
to use.
10+
-->
11+
12+
## Feature Request
13+
<!--
14+
Please describe the feature you would like to see added to this API.
15+
-->
16+
17+
## Why?
18+
<!--
19+
Please describe why you would like to see this feature added to this API.
20+
21+
For example, if you are requesting a new method, please describe why you
22+
would like to see this method added to the API.
23+
24+
For features that were are missing from the official APIs, this can just
25+
be a link to that feature.
26+
-->

‎.github/ISSUE_TEMPLATE/json_error.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!--
2+
This template is for reporting a JSON error caused by this API.
3+
4+
JSON errors
5+
-->
6+
7+
## Log
8+
<!--
9+
Please enable logging, try again, and paste the log below.
10+
11+
To enable logging, see: https://github.com/CJCrafter/ChatGPT-Java-API#logging
12+
13+
Tip: You can use a pastebin or drag and drop the log file into this text box.
14+
-->
15+
16+
17+
## Stack Trace
18+
<!--
19+
Please insert the stack trace below. Consider using a pastebin service for longer stack traces.
20+
-->
21+
```
22+
23+
```
24+
25+
## Other Information
26+
<!--
27+
Other information like:
28+
- What version of the API are you using?
29+
- What were you doing when the error occurred?
30+
- Does the error occur always, or only sometimes?
31+
- etc.
32+
-->
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--
2+
Thank you for contributing to the project!
3+
4+
Please fill out the following sections to help us review your pull request.
5+
-->
6+
7+
8+
<!--
9+
This section is for "proof" that your docs are correct. Often,
10+
this will just be 1 link to the OpenAI docs. If you are adding
11+
information from your own testing, you should include those tests
12+
(with code) here.
13+
14+
In general, any added docs should be easily verifiable
15+
-->
16+
## Sources
17+
- source 1
18+
- source 2 (if applicable)
19+
- etc.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /