Skip to content

Commit 79faaed

Browse files
committed
pdate feature request template to be more specific to security audit tool
1 parent 71ed33d commit 79faaed

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: Bug report
3+
about: Report an issue with the mcp-security-audit tool
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: qianniuspace
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Command or configuration used
16+
2. Package.json content or dependencies being audited
17+
3. Environment details (Node.js version, npm version)
18+
4. Error message or unexpected output
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Actual behavior**
24+
What actually happened, including any error messages, logs, or unexpected output.
25+
26+
**Screenshots**
27+
If applicable, add screenshots to help explain your problem.
28+
29+
**Environment information:**
30+
- OS: [e.g. macOS, Windows, Linux]
31+
- Node.js version: [e.g. 18.15.0]
32+
- npm version: [e.g. 9.5.0]
33+
- mcp-security-audit version: [e.g. 1.0.4]
34+
- Integration method: [e.g. npx, local installation, Smithery]
35+
- Client used: [e.g. Claude Desktop, Cursor, Cline]
36+
37+
**Additional context**
38+
Add any other context about the problem here, such as:
39+
- Were you auditing a specific package?
40+
- Did the issue occur with specific dependency versions?
41+
- Any recent changes to your environment?
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[FEATURE]"
5+
labels: enhancement
6+
assignees: StevenStavrakis
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)