This repository was archived by the owner on Mar 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +62
-0
lines changed Expand file tree Collapse file tree 2 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Report a bug
3
+ about : Before reporting a bug, please ensure you are running the latest version of the Shift CLI.
4
+ title : ' '
5
+ labels : bug, pending
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ <!-- PLEASE COMPLETE THIS TEMPLATE -->
11
+
12
+ - Laravel Version: #.#.#
13
+ - PHP Version: #.#.#
14
+ - Shift CLI Version: #.#.#
15
+ - Platform: Mac | Windows | Linux
16
+
17
+ ### Issue:
18
+
19
+
20
+ ### Command:
21
+ ``` sh
22
+ # PLEASE PASTE THE COMMAND YOU RAN...
23
+ ```
24
+
25
+
26
+ ### Output:
27
+ ``` text
28
+ // PLEASE PASTE THE COMMAND OUTPUT WITH FULL ERROR MESSAGE...
29
+ ```
30
+
31
+ ### Before/After Snippets:
32
+ ``` php
33
+ // PLEASE PASTE THE CODE SNIPPET BEFORE RUNNING THE COMMAND...
34
+ ```
35
+
36
+ ``` php
37
+ // PLEASE PASTE THE CODE SNIPPET AFTER RUNNING THE COMMAND...
38
+ ```
39
+
40
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Request a feature
3
+ about : Suggest a new feature or idea to improve the Shift CLI.
4
+ title : ' '
5
+ labels : enhancement, pending
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ <!-- PLEASE COMPLETE THIS TEMPLATE -->
11
+
12
+ ### Proposed Automation:
13
+
14
+
15
+ ### Before/After Snippets:
16
+ ``` php
17
+ // PLEASE PROVIDE AN EXAMPLE CODE SNIPPET BEFORE RUNNING THE AUTOMATION...
18
+ ```
19
+
20
+ ``` php
21
+ // PLEASE PROVIDE AN EXAMPLE CODE SNIPPET AFTER RUNNING THE AUTOMATION...
22
+ ```
You can’t perform that action at this time.
0 commit comments