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.