Skip to content

Commit

Permalink
feat: add security.md. update form issue templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jahwag committed Sep 18, 2024
1 parent d72cce4 commit eaf4c92
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
15 changes: 7 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: ClaudeSync Bug Report
description: Report a bug in ClaudeSync.
title: "[Bug]: "
labels: ["bug", "triage", "claudesync"]
labels: ["bug"]
projects: ["claudesync/bugs"]
assignees:
- claudesync-team
Expand All @@ -17,7 +16,7 @@ body:
id: os
attributes:
label: Operating System
description: e.g., Windows 10, macOS 12.3, Ubuntu 22.04
description: Which operating system this occurred on
placeholder: e.g., Windows 10
validations:
required: true
Expand All @@ -26,25 +25,25 @@ body:
id: python_version
attributes:
label: Python Version
description: e.g., 3.9.7
placeholder: e.g., 3.9.7
description: E.g. as given by `python --version` and paste the output below.
placeholder: e.g., 3.13
validations:
required: true

- type: input
id: claudesync_version
attributes:
label: ClaudeSync Version
description: e.g., 1.2.3
placeholder: e.g., 1.2.3
description: E.g. as given by `pip show claudesync | grep Version`
placeholder: e.g., 0.6.0
validations:
required: true

- type: dropdown
id: installation_type
attributes:
label: Installation Type
description: Is this a new installation or an upgrade?
description: Is this a new installation or an upgrade from an older version of ClaudeSync?
options:
- New
- Upgraded
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Feature Request
description: Suggest a new feature for ClaudeSync.
title: "[Feature]: "
labels: ["feature", "enhancement", "claudesync"]
labels: ["enhancement"]
projects: ["claudesync/features"]
assignees:
- claudesync-team
Expand Down
10 changes: 10 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Security Policy

## Reporting Vulnerabilities

We take security seriously and appreciate your help in keeping **claudesync** secure. If you discover a security vulnerability, please follow these guidelines:

1. **Public Disclosure:** If the issue can be safely disclosed, feel free to [open an issue](https://github.com/jahwag/claudesync/issues).

2. **Private Disclosure:** If the issue should not be made public, please contact me directly via DM on Discord:
- **Discord:** [@jahwag](https://discord.gg/pR4qeMH4u4)

0 comments on commit eaf4c92

Please sign in to comment.