Add GitHub templates

This commit is contained in:
Aiden Dai
2024-03-29 10:04:37 +08:00
parent 93080da2e3
commit a06703d92b
3 changed files with 51 additions and 0 deletions

29
.github/ISSUE_TEMPLATE/bug_report.md vendored Executable file
View File

@@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Please complete the following information:**
- [ ] Which API you used: [e.g. /chat/completions]
- [ ] Which model you used: [e.g. anthropic.claude-3-sonnet-20240229-v1:0]
**To Reproduce**
Steps to reproduce the behavior. If possible, please share an example request.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem (please **DO NOT include sensitive information**).
**Additional context**
Add any other context about the problem here.

17
.github/ISSUE_TEMPLATE/feature_request.md vendored Executable file
View File

@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this solution
title: ''
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the feature you'd like**
A clear and concise description of what you want to happen.
**Additional context**
Add any other context or screenshots about the feature request here.

5
.github/PULL_REQUEST_TEMPLATE.md vendored Executable file
View File

@@ -0,0 +1,5 @@
*Issue #, if available:*
*Description of changes:*
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.