Skip to content

Commit 13d10fd

Browse files
committed
add issue template
1 parent 159ee30 commit 13d10fd

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: Report errors and problems
4+
5+
---
6+
7+
**Version(s) affected**: x.y.z
8+
9+
**Description**
10+
<!-- A clear and concise description of the problem. -->
11+
12+
**How to reproduce**
13+
<!-- Code and/or config needed to reproduce the problem. -->
14+
15+
**Possible Solution**
16+
<!--- Optional: only if you have suggestions on a fix/reason for the bug -->
17+
18+
**Additional context**
19+
<!-- Required: php tests/phpinfo.php output from same SAPI as bug occurred -->
20+
<!-- Optional: any other context about the problem: log messages, screenshots, etc. -->
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: 🚀 Feature Request
3+
about: RFC and ideas for new features and improvements
4+
5+
---
6+
7+
**Description**
8+
<!-- A clear and concise description of the new feature. -->
9+
10+
**Example**
11+
<!-- A simple example of the new feature in action (include PHP code, YAML config, etc.)
12+
If the new feature changes an existing feature, include a simple before/after comparison. -->
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: ⛔ Support Question
3+
about: Questions about using library
4+
5+
---

0 commit comments

Comments
 (0)