Skip to content

Commit

Permalink
add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
CJCrafter committed Jan 6, 2024
1 parent 69cae8b commit 586f36e
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: GitHub
url: https://github.com/CJCrafter/ChatGPT-Java-API/discussions
about: Ask for help on GitHub Discussions
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!--
This template is for requesting a new feature for this API.
In general, we will not add features that are not in the OpenAI API. That
means that we try to keep the API as close to the official OpenAI APIs
as possible except for Java-specific changes.
That being said, we are open to adding features that make this API easier
to use.
-->

## Feature Request
<!--
Please describe the feature you would like to see added to this API.
-->

## Why?
<!--
Please describe why you would like to see this feature added to this API.
For example, if you are requesting a new method, please describe why you
would like to see this method added to the API.
For features that were are missing from the official APIs, this can just
be a link to that feature.
-->
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/json_error.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!--
This template is for reporting a JSON error caused by this API.
JSON errors
-->

## Log
<!--
Please enable logging, try again, and paste the log below.
To enable logging, see: https://github.com/CJCrafter/ChatGPT-Java-API#logging
Tip: You can use a pastebin or drag and drop the log file into this text box.
-->


## Stack Trace
<!--
Please insert the stack trace below. Consider using a pastebin service for longer stack traces.
-->
```
```

## Other Information
<!--
Other information like:
- What version of the API are you using?
- What were you doing when the error occurred?
- Does the error occur always, or only sometimes?
- etc.
-->
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/update_docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!--
Thank you for contributing to the project!
Please fill out the following sections to help us review your pull request.
-->


<!--
This section is for "proof" that your docs are correct. Often,
this will just be 1 link to the OpenAI docs. If you are adding
information from your own testing, you should include those tests
(with code) here.
In general, any added docs should be easily verifiable
-->
## Sources
- source 1
- source 2 (if applicable)
- etc.

0 comments on commit 586f36e

Please sign in to comment.