Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jahwag authored Jul 25, 2024
1 parent cfa9697 commit e7325f8
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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).
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.

0 comments on commit e7325f8

Please sign in to comment.