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
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Bug Report
about: Report a bug you've encountered
title: 'Bug Report: [Component] - [Error Message]'
labels: bug, needs-verification
body: |
- **Component**: [e.g., Auth, UI, Backend]
- **Environment**:
- OS:
- Browser (if applicable):
- Version:
- **Steps to reproduce**:
1.
2.
3.
- **Expected behavior**:
- **Actual behavior**:
- **Screenshots or logs** (if applicable):
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Feature Request
about: Suggest a new feature or improvement
title: 'Feature Request: [Feature Name]'
labels: feature, enhancement
body: |
- **Feature name**:
- **Description**:
- **Why would this be useful**?
- **Alternatives considered**:
- **Additional context**:
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/security.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Security Issue
about: Report a security vulnerability
title: 'Security Issue: [Vulnerability Type]'
labels: security, triage
body: |
- **Type**: [e.g., XSS, CSRF, Auth Bypass, Data Leak]
- **Description**:
- **Steps to reproduce** (if applicable):
- **Impact**:
- **Patches** (if available):
- **Contact**: Please reach out via the security contact in SECURITY.md.
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