Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Bug Report
about: Report a bug you've encountered
title: 'Bug Report: [Component] - [Error Message]'
labels: bug, needs-verification
body: |
- **Component**: [e.g., UI, API, Core]
- **Version**: [e.g., v1.2.3]
- **Environment**: [e.g., Chrome 120, macOS]
- **Steps to reproduce**:
1.
2.
3.
- **Expected behavior**:
- **Actual behavior**:
- **Logs/Screenshots**:
- [Attach logs or screenshots here]
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Feature Request
about: Suggest a new feature or improvement
title: 'Feature Request: [Feature Name]'
labels: feature, enhancement
body: |
- **Feature name**: [e.g., Dark Mode, Real-time Sync]
- **Description**: [Why is this needed? What problem does it solve?]
- **Use case**:
- [Describe how this would be used]
- **Alternatives considered**:
- [List other options you've evaluated]
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/security.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Security Issue
about: Report a potential security vulnerability
title: 'Security Issue: [Vulnerability Type]'
labels: security, triage
body: |
- **Type**: [e.g., XSS, CSRF, Auth Bypass, Data Leak]
- **Description**: [Detailed explanation of the issue]
- **Impact**: [e.g., Unauthorized access, data exposure]
- **Steps to reproduce**:
1.
2.
3.
- **Patches**:
- [Attach any relevant patches or code changes]
7 changes: 7 additions & 0 deletions .github/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
issue-templates:
- name: bug-report
labels: bug, needs-verification
- name: feature-request
labels: feature, enhancement
- name: security
labels: security, triage