Spaces:
Running
on
Inf2
Running
on
Inf2
fix(templates): formatting of github issue template
Browse files
.github/ISSUE_TEMPLATE/bug-report--chat-ui-.md
CHANGED
|
@@ -1,24 +1,27 @@
|
|
| 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 |
```
|
|
@@ -26,13 +29,15 @@ assignees: ''
|
|
| 26 |
```
|
| 27 |
|
| 28 |
### Specs
|
| 29 |
-
|
|
|
|
| 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 -->
|
|
|
|
| 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 |
## Bug description
|
| 10 |
+
|
| 11 |
<!-- A clear and concise description of what the bug is. -->
|
| 12 |
|
| 13 |
## Steps to reproduce
|
| 14 |
+
|
| 15 |
<!-- Steps to reproduce the issue -->
|
| 16 |
|
| 17 |
## Screenshots
|
|
|
|
| 18 |
|
| 19 |
+
<!-- If applicable, add screenshots to help explain your problem. -->
|
| 20 |
|
| 21 |
## Context
|
| 22 |
+
|
| 23 |
### Logs
|
| 24 |
+
|
| 25 |
<!-- Add any logs that are relevant to your issue. Could be browser or server logs. Wrap in code blocks. -->
|
| 26 |
|
| 27 |
```
|
|
|
|
| 29 |
```
|
| 30 |
|
| 31 |
### Specs
|
| 32 |
+
|
| 33 |
+
- **OS**:
|
| 34 |
- **Browser**:
|
| 35 |
- **chat-ui commit**:
|
| 36 |
|
| 37 |
### Config
|
|
|
|
| 38 |
|
| 39 |
+
<!-- Add the environment variables you've used to setup chat-ui, making sure to redact any secrets. -->
|
| 40 |
|
| 41 |
## Notes
|
| 42 |
+
|
| 43 |
<!-- Anything else relevant to help the issue get solved -->
|
.github/ISSUE_TEMPLATE/config-support.md
CHANGED
|
@@ -1,10 +1,9 @@
|
|
| 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
|
|
|
|
| 1 |
---
|
| 2 |
name: Config Support
|
| 3 |
about: Help with setting up chat-ui locally
|
| 4 |
+
title: ""
|
| 5 |
labels: support
|
| 6 |
+
assignees: ""
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
**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
CHANGED
|
@@ -1,16 +1,17 @@
|
|
| 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! -->
|
|
|
|
| 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 |
## Describe your feature request
|
| 10 |
+
|
| 11 |
<!-- Short description of what this is about -->
|
| 12 |
|
| 13 |
## Screenshots (if relevant)
|
| 14 |
|
| 15 |
## Implementation idea
|
| 16 |
+
|
| 17 |
<!-- 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
CHANGED
|
@@ -1,12 +1,11 @@
|
|
| 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
|
|
|
|
| 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 |
+
**Do not use GitHub issues** for requesting models on HuggingChat or reporting issues with HuggingChat being down/overloaded.
|
| 10 |
|
| 11 |
**Use the discussions page on the hub instead:** https://huggingface.co/spaces/huggingchat/chat-ui/discussions
|