Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 325c45d

Browse files
committed
chore: add issue templates
1 parent 4c1c972 commit 325c45d

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
# Summary
11+
12+
A clear and concise description of what the bug is.
13+
14+
# Repro
15+
16+
1. Go to '...'
17+
2. Click on '....'
18+
3. Scroll down to '....'
19+
4. See error
20+
21+
# Expected behavior
22+
23+
A clear and concise description of what you expected to happen.
24+
25+
# Specs
26+
27+
- CPU: Intel i1 112k
28+
- OS: Windows 10, 20H2
29+
30+
# Screenshots
31+
32+
(optional)
33+
34+
# Additional context
35+
36+
(optional)

.github/ISSUE_TEMPLATE/proposal.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Proposal
3+
about: Suggest an idea
4+
title: ''
5+
labels: 'proposal'
6+
assignees: ''
7+
8+
---
9+
10+
# Rationale
11+
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
14+
# Proposal
15+
16+
A clear and concise description of what you want to happen.
17+
18+
# Technical Side
19+
20+
(optional, leave empty if you're not a developer)
21+
22+
Technical aspects which have to be considered.
23+
24+
# Open Questions
25+
26+
(optional, leave empty if you're not a developer)
27+
28+
- How do I handle case x?

0 commit comments

Comments
 (0)