Skip to content

Commit b83c25f

Browse files
committed
Add GitHub templates
1 parent c0f37c1 commit b83c25f

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* text=auto
22

3+
/.github export-ignore
34
/tests export-ignore
45
.editorconfig export-ignore
56
.gitattributes export-ignore
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: "🐛 Bug Report"
3+
about: 'If you want to report an issue.'
4+
---
5+
6+
### Versions:
7+
8+
- Package Version: #.#.#
9+
- PHP Version: #.#.#
10+
11+
### Description:
12+
13+
...
14+
15+
### Steps to reproduce:
16+
17+
...
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: "💡 Feature Request"
3+
about: 'If you want to propose the idea.'
4+
---
5+
6+
### Description:
7+
8+
...

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!--
2+
Provide a descriptive title, thorough description, and tests for your PR.
3+
4+
Keep an eye on all of the continuous integrations: code style, tests, tests coverage, etc.
5+
-->

0 commit comments

Comments
 (0)