Chore/simple bug template and correct a copy (#3344)
* Add files via upload * Update Save instructions for all threads
This commit is contained in:
parent
e9f5d2f837
commit
23cd5fd397
37
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
37
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve Jan
|
||||||
|
title: 'bug: [DESCRIPTION]'
|
||||||
|
labels: 'type: bug'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**Steps to reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your issue.
|
||||||
|
|
||||||
|
**Environment details**
|
||||||
|
- Operating System: [Specify your OS. e.g., MacOS Sonoma 14.2.1, Windows 11, Ubuntu 22, etc]
|
||||||
|
- Jan Version: [e.g., 0.4.xxx nightly or manual]
|
||||||
|
- Processor: [e.g., Apple M1, Intel Core i7, AMD Ryzen 5, etc]
|
||||||
|
- RAM: [e.g., 8GB, 16GB]
|
||||||
|
- Any additional relevant hardware specifics: [e.g., Graphics card, SSD/HDD]
|
||||||
|
|
||||||
|
**Logs**
|
||||||
|
If the cause of the error is not clear, kindly provide your usage logs: https://jan.ai/docs/troubleshooting#how-to-get-error-logs
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or information that could be helpful in diagnosing the problem.
|
||||||
@ -25,7 +25,7 @@ const CopyOverInstruction: React.FC = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex w-full flex-row items-center justify-center gap-x-2">
|
<div className="flex w-full flex-row items-center justify-center gap-x-2">
|
||||||
<h6 className="flex-1 font-medium">Save instructions for all threads</h6>
|
<h6 className="flex-1 font-medium">Save instructions for new threads</h6>
|
||||||
<Switch
|
<Switch
|
||||||
checked={copyOverInstructionEnabled}
|
checked={copyOverInstructionEnabled}
|
||||||
onChange={onSwitchToggled}
|
onChange={onSwitchToggled}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user