-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve ClaudeSync | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Run command '....' | ||
3. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Error messages** | ||
If applicable, provide the full error message or stack trace. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Environment (please complete the following information):** | ||
- OS: [e.g. Windows 10, macOS 11.4, Ubuntu 20.04] | ||
- Python version: [e.g. 3.8.10] | ||
- ClaudeSync version: [e.g. 0.3.7] | ||
|
||
**Configuration** | ||
Please provide the output of `claudesync config list` (make sure to remove any sensitive information). | ||
|
||
**Additional context** | ||
Add any other context about the problem here. For example: | ||
- Are you using any custom configurations? | ||
- Did this issue start happening recently, or has it always been a problem? | ||
- Can you reliably reproduce this issue? If not, how often does it occur? | ||
|
||
**Logs** | ||
If possible, please provide relevant logs. You can increase the log verbosity by running: | ||
``` | ||
claudesync config set log_level DEBUG | ||
``` | ||
Then reproduce the issue and provide the logs (make sure to remove any sensitive information). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for ClaudeSync | ||
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 solution you'd like | ||
A clear and concise description of what you want to happen. | ||
Describe alternatives you've considered | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
Use case | ||
Describe how you would use this feature and how it would benefit your workflow with ClaudeSync. | ||
Additional context | ||
Add any other context, screenshots, or examples about the feature request here. | ||
Environment (if relevant): | ||
|
||
OS: [e.g. Windows 10, macOS 11.4, Ubuntu 20.04] | ||
Python version: [e.g. 3.8.10] | ||
ClaudeSync version: [e.g. 0.3.7] | ||
|
||
Are you willing to contribute to this feature? | ||
Let us know if you're interested in helping implement this feature or if you're just suggesting an idea. |