Skip to content

Commit 08288e8

Browse files
Add issue templates
1 parent 20c0f04 commit 08288e8

File tree

3 files changed

+58
-0
lines changed

3 files changed

+58
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: "🐛 Bug Report"
3+
about: "If something isn't working as expected 🤔"
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
8+
---
9+
10+
# Version: ?.?.?
11+
12+
## Bug Description
13+
14+
A clear and concise description of the problem. A good bug report shouldn't leave others needing to chase you up for more information.
15+
16+
## Steps To Reproduce
17+
18+
If possible a minimal demo of the problem, Don't forget to mention any extensions you might have enabled!
19+
20+
## Expected Behavior
21+
22+
If any describe a clear and concise description of what you expected to happen.
23+
24+
## Possible Solution
25+
26+
Only if you have suggestions on a fix/reason for the bug. You can optionally add any other context about the problem: log messages, screenshots, etc.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: "🚀 Feature Request"
3+
about: "RFC and ideas for new features and improvements 🙂"
4+
title: ""
5+
labels: enhancement
6+
assignees: ""
7+
8+
---
9+
10+
## Description
11+
12+
- Is your feature request related to a problem? Please describe.
13+
- Explain your intentions.
14+
- It's up to you to make a strong case to convince the project's developers of the merits of this feature.
15+
16+
## Example
17+
18+
- A simple example of the new feature in action (include PHP code, etc.).
19+
- If the new feature changes an existing feature, include a simple before/after comparison.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: 🙋 Question
3+
about: "I have a question I can't find the answer to ❓"
4+
title: 'Question: '
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
## Question
11+
12+
- Have you tried checking the documentation first? https://docs.biurad.com/php-library-starter
13+
- Replace this with your question

0 commit comments

Comments
 (0)