Skip to content

Commit 532802f

Browse files
docs: Add bug report issue template
This template provides a structured format for bug reports including: - Clear sections for bug description and reproduction steps - Environment details collection - Space for error messages and logs - Guidelines for additional context This follows the issue management rules defined in CLAUDE.md.
1 parent e6b7aa0 commit 532802f

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve AIDAS
4+
title: '[BUG] '
5+
labels: 'bug, needs-triage'
6+
assignees: ''
7+
8+
---
9+
10+
## Bug Description
11+
A clear and concise description of what the bug is.
12+
13+
## Steps to Reproduce
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Run command '....'
18+
4. See error
19+
20+
## Expected Behavior
21+
A clear and concise description of what you expected to happen.
22+
23+
## Actual Behavior
24+
A clear and concise description of what actually happens.
25+
26+
## Environment
27+
Please complete the following information:
28+
- **OS**: [e.g., Ubuntu 20.04, Windows 10, macOS 12.0]
29+
- **Python Version**: [e.g., 3.9.5]
30+
- **AIDAS Version/Commit**: [e.g., v1.0.0 or commit hash]
31+
- **Dependencies**:
32+
```
33+
# Output of: pip freeze | grep -E "tensorflow|numpy|cryptography"
34+
```
35+
36+
## Error Messages/Logs
37+
```
38+
# Paste any error messages or relevant log output here
39+
```
40+
41+
## Screenshots
42+
If applicable, add screenshots to help explain your problem.
43+
44+
## Additional Context
45+
Add any other context about the problem here. This might include:
46+
- Whether the issue is reproducible
47+
- Any workarounds you've found
48+
- Related issues or PRs
49+
50+
## Possible Solution
51+
If you have ideas on how to fix the issue, please describe them here.

0 commit comments

Comments
 (0)