diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..d72d205 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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). diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..2051834 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.