File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug Report
3+ about : Create a report to help us improve ALTCHA.
4+ title : " [BUG] "
5+ labels : bug
6+ assignees : ' '
7+
8+ ---
9+
10+ ## 🛑 Important: Bug Reports Only
11+ Please use this template ** only for reporting bugs** .
12+
13+ ---
14+
15+ ### Description
16+ A clear and concise description of the bug.
17+
18+ ### Environment Details
19+ * ** Library Version:** (e.g., v2.0.0)
20+ * ** Runtime Version:** (e.g., Node.js v20, Go 1.22, Python 3.11)
21+ * ** Framework (if applicable):** (e.g., Express, Gin, FastAPI)
22+ * ** OS:** (e.g., Linux, Docker/Alpine, Windows)
23+
24+ ### Reproduction Code
25+ Please provide a minimal, self-contained code snippet that reproduces the issue.
26+ > ** Warning:** Do not include your ` secret ` or private keys here.
27+
28+ ``` text
29+ (Paste your implementation here)
30+ ```
31+
32+ ### Error Logs & Stack Trace
33+ Please paste the full error output or stack trace from your server logs:
34+ ``` text
35+ (Paste logs here)
36+ ```
37+
38+ ### Expected Behavior
39+ What was the expected result of the validation or library call?
40+
41+ ### Additional Context
42+ Is this happening with specific algorithms (e.g., Argon2, SHA-256) or under specific load conditions?
43+
44+ ---
45+ ** Note:** Issues without environment details or reproduction code may be closed.
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ contact_links :
3+ - name : 📖 Documentation
4+ url : https://altcha.org/docs/v2
5+ about : Check the official docs before opening an issue.
You can’t perform that action at this time.
0 commit comments