Skip to content

Commit b13fec9

Browse files
author
Shingo Ichikawa
authored
Merge pull request #165 from s-ichikawa/add-github-templates
add issue and pr templates
2 parents 55ebbaa + ae15479 commit b13fec9

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.github/issue_template.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
### What version of PHP and Laravel are you using?
2+
3+
```shell
4+
$ php -v && php artisan --version
5+
6+
```
7+
8+
### What did you do?
9+
10+
<!--
11+
If possible, provide a recipe for reproducing the error.
12+
A complete runnable program is good.
13+
-->
14+
15+
16+
17+
### What did you expect to see?
18+
19+
20+
21+
### What did you see instead?

.github/pull_request_template.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## WHAT
2+
(Write the change being made with this pull request)
3+
4+
## WHY
5+
(Write the motivation why you submit this pull request)

0 commit comments

Comments
 (0)