Skip to content

Commit 752b6b1

Browse files
committed
ci: github issue template
1 parent d6b9c7f commit 752b6b1

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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.

0 commit comments

Comments
 (0)