Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit a2891ba

Browse files
committed
Add Issue Templates
1 parent fb374e1 commit a2891ba

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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+
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
```

0 commit comments

Comments
 (0)