Spaces:
Running
Running
Update issue templates
Browse files
.github/ISSUE_TEMPLATE/bug-report--chat-ui-.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
name: Bug Report (chat-ui)
|
3 |
+
about: Use this for confirmed issues with chat-ui
|
4 |
+
title: ''
|
5 |
+
labels: bug
|
6 |
+
assignees: ''
|
7 |
+
|
8 |
+
---
|
9 |
+
|
10 |
+
## Bug description
|
11 |
+
<!-- A clear and concise description of what the bug is. -->
|
12 |
+
|
13 |
+
## Steps to reproduce
|
14 |
+
<!-- Steps to reproduce the issue -->
|
15 |
+
|
16 |
+
## Screenshots
|
17 |
+
<!-- If applicable, add screenshots to help explain your problem. -->
|
18 |
+
|
19 |
+
|
20 |
+
## Context
|
21 |
+
### Logs
|
22 |
+
<!-- Add any logs that are relevant to your issue. Could be browser or server logs. Wrap in code blocks. -->
|
23 |
+
|
24 |
+
```
|
25 |
+
// logs here if relevant
|
26 |
+
```
|
27 |
+
|
28 |
+
### Specs
|
29 |
+
- **OS**:
|
30 |
+
- **Browser**:
|
31 |
+
- **chat-ui commit**:
|
32 |
+
|
33 |
+
### Config
|
34 |
+
<!-- Add the environment variables you've used to setup chat-ui, making sure to redact any secrets. -->
|
35 |
+
|
36 |
+
|
37 |
+
## Notes
|
38 |
+
<!-- Anything else relevant to help the issue get solved -->
|
.github/ISSUE_TEMPLATE/config-support.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
name: Config Support
|
3 |
+
about: Help with setting up chat-ui locally
|
4 |
+
title: ''
|
5 |
+
labels: support
|
6 |
+
assignees: ''
|
7 |
+
|
8 |
+
---
|
9 |
+
|
10 |
+
**Please use the discussions on GitHub** for getting help with setting things up instead of opening an issue: https://github.com/huggingface/chat-ui/discussions
|
.github/ISSUE_TEMPLATE/feature-request--chat-ui-.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
name: Feature Request (chat-ui)
|
3 |
+
about: Suggest new features to be added to chat-ui
|
4 |
+
title: ''
|
5 |
+
labels: enhancement
|
6 |
+
assignees: ''
|
7 |
+
|
8 |
+
---
|
9 |
+
|
10 |
+
## Describe your feature request
|
11 |
+
<!-- Short description of what this is about -->
|
12 |
+
|
13 |
+
## Screenshots (if relevant)
|
14 |
+
|
15 |
+
## Implementation idea
|
16 |
+
<!-- If you know how this should be implemented in the codebase, share your thoughts. Let us know if you feel like implementing it yourself as well! -->
|
.github/ISSUE_TEMPLATE/huggingchat.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
name: HuggingChat
|
3 |
+
about: Requests & reporting outages on HuggingChat, the hosted version of chat-ui.
|
4 |
+
title: ''
|
5 |
+
labels: huggingchat
|
6 |
+
assignees: ''
|
7 |
+
|
8 |
+
---
|
9 |
+
|
10 |
+
**Do not use GitHub issues** for requesting models on HuggingChat or reporting issues with HuggingChat being down/overloaded.
|
11 |
+
|
12 |
+
**Use the discussions page on the hub instead:** https://huggingface.co/spaces/huggingchat/chat-ui/discussions
|