Skip to content

Commit fe42fba

Browse files
authored
feat: Update issue templates
1 parent 5d3fc5b commit fe42fba

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: Custom issue template
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: new
6+
assignees: Lujeni
7+
8+
---
9+
10+
## 🔍 Before submitting
11+
- [ ] I have searched for [existing issues](../issues) and pull requests to ensure this is not already reported or fixed.
12+
- [ ] I am running the latest version of the server and client where possible.
13+
14+
---
15+
16+
## 📋 Bug Description
17+
<!-- A clear and concise description of what the bug is. -->
18+
19+
---
20+
21+
## 🛠️ Steps to Reproduce
22+
<!-- Please provide a minimal reproducible example (CLI commands, API calls, or code snippet). -->
23+
1.
24+
2.
25+
3.
26+
27+
---
28+
29+
## 🧪 Expected Behavior
30+
<!-- What you expected to happen. -->
31+
32+
---
33+
34+
## 💥 Actual Behavior
35+
<!-- What actually happened instead. -->
36+
37+
---
38+
39+
## 📦 Versions
40+
- **Vaultwarden server version**:
41+
- **Client version**:
42+
43+
---
44+
45+
## 🧩 Additional Context
46+
<!-- If possible, provide a sample base64 or entry that triggers the error (only if it does not contain sensitive data). -->

0 commit comments

Comments
 (0)