We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6dc3e commit c234d39Copy full SHA for c234d39
.github/ISSUE_TEMPLATE.md
@@ -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
@@ -0,0 +1,10 @@
+## Changes
+ * Feature 1
+ * Feature 2
+ * Change 1
+ * Change 2
+ * Change 3
+ * Deletion 1
+ * Fix #123
+ * ...
0 commit comments