Skip to content

Commit 1f94f93

Browse files
committed
Add GitHub templates
1 parent ddd3f48 commit 1f94f93

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* text=auto
22

3+
/.github export-ignore
34
/doc export-ignore
45
/tests export-ignore
56
.editorconfig export-ignore
+17
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+
...
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

+5
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)