Skip to content

Commit c234d39

Browse files
author
Afonso Gloeden
committed
Templates for issues and pull requests added
1 parent 1b6dc3e commit c234d39

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.github/ISSUE_TEMPLATE.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Versions
2+
3+
* Laravel: Run `php artisan --version` to show the version.
4+
* PHP: Run `php --version` to show the version.
5+
* Composer: Run `composer --version` to show the version.
6+
* uepg/laravel-sybase: Get the version in `composer.lock`.
7+
8+
## Expected behavior
9+
10+
What should have happened? Please include as much detail as possible.
11+
12+
## Actual behavior
13+
14+
What actually happened? Please include as much detail as possible.
15+
16+
## Steps to reproduce
17+
18+
1. Step 1
19+
1. Step 2
20+
1. Step 3

.github/PULL_REQUEST_TEMPLATE.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Changes
2+
3+
* Feature 1
4+
* Feature 2
5+
* Change 1
6+
* Change 2
7+
* Change 3
8+
* Deletion 1
9+
* Fix #123
10+
* ...

0 commit comments

Comments
 (0)