Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 51016ef

Browse files
authored
feat: added issue templates. (#77)
1 parent 5309496 commit 51016ef

2 files changed

Lines changed: 46 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report on the patcher. Do not submit suggestions for patches here.
4+
title: 'problem: some problem'
5+
labels: bug
6+
7+
---
8+
9+
# 🐞 Issue
10+
11+
<!-- Describe your issue in detail here -->
12+
13+
# ⚙ Reproduce
14+
15+
<!-- Include your environment and steps to reproduce the issue as detailed as possible -->
16+
17+
# 🛠 Solution
18+
19+
<!-- If applicable, add a possible solution -->
20+
21+
# ⚠ Additional context
22+
23+
<!-- Add any other context about the problem here -->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest a change for the patcher. Do not submit suggestions for patches here.
4+
title: 'feat: some feature'
5+
labels: feature-request
6+
7+
---
8+
9+
# 🐞 Issue
10+
11+
<!-- Explain here, what the current problem is and why it lead you to request a feature change -->
12+
13+
# ❗ Solution
14+
15+
<!-- Explain how your current issue can be solved -->
16+
17+
# ❓ Motivation
18+
19+
<!-- Explain why your feature should be considered -->
20+
21+
# ⚠ Additional context
22+
23+
<!-- Add any other context or screenshots about the feature request here -->

0 commit comments

Comments
 (0)