Skip to content

Commit f5915b5

Browse files
docs: issue template (prettier#617)
1 parent 6354c52 commit f5915b5

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: ✨ Formatting
3+
about: Issues for ugly or incorrect code
4+
---
5+
6+
<!--
7+
8+
BEFORE SUBMITTING AN ISSUE:
9+
10+
1. Search for your issue on GitHub: https://github.com/prettier/plugin-php/issues
11+
A large number of opened issues are duplicates of existing issues.
12+
If someone has already opened an issue for what you are experiencing,
13+
you do not need to open a new issue β€” please add a πŸ‘ reaction to the
14+
existing issue instead.
15+
16+
2. We get a lot of requests for adding options, but Prettier is
17+
built on the principle of being opinionated about code formatting.
18+
This means we have a very high bar for adding new options.
19+
Find out more: https://prettier.io/docs/en/option-philosophy.html
20+
21+
-->
22+
23+
**Prettier 1.14.2**
24+
25+
**PHP Plugin 0.6.0**
26+
27+
```sh
28+
# Options (if any):
29+
--single-quote
30+
```
31+
32+
**Input:**
33+
34+
```php
35+
// code snippet
36+
```
37+
38+
**Output:**
39+
40+
```php
41+
// code snippet
42+
```
43+
44+
**Expected behavior:**

0 commit comments

Comments
 (0)