Skip to content

Commit c6313cb

Browse files
authored
Merge pull request #1950 from Giacomo92/add-issues-templates
Added issue template files
2 parents 62f8cff + 7bca359 commit c6313cb

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: "Bug report"
3+
about: 'Report errors or unexpected behavior.'
4+
---
5+
6+
- Laravel-mongodb Version: #.#.#
7+
- PHP Version: #.#.#
8+
- Database Driver & Version:
9+
10+
### Description:
11+
12+
### Steps to reproduce
13+
1.
14+
2.
15+
3.
16+
17+
### Expected behaviour
18+
Tell us what should happen
19+
20+
### Actual behaviour
21+
Tell us what happens instead
22+
23+
<details><summary><b>Logs</b>:</summary>
24+
Insert log.txt here (if necessary)
25+
</details>
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea.
4+
title: "[Feature Request] "
5+
6+
---
7+
8+
### Is your feature request related to a problem?
9+
A clear and concise description of what the problem is.
10+
11+
### Describe the solution you'd like
12+
A clear and concise description of what you want to happen.
13+
14+
### Describe alternatives you've considered
15+
A clear and concise description of any alternative solutions or features you've considered.
16+
17+
### Additional context
18+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/QUESTION.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Question
3+
about: Ask a question.
4+
title: "[Question] "
5+
labels: 'question'
6+
assignees: ''
7+
8+
---

0 commit comments

Comments
 (0)