File tree 2 files changed +74
-0
lines changed 2 files changed +74
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Introduction
2
+
3
+ ** This is a**
4
+
5
+ <!-- Put a cross `x` in one of the below boxes -->
6
+ - [ ] Bug/Issue
7
+ - [ ] Feature request
8
+ - [ ] General stuff
9
+
10
+ <!-- BugStart (Remove this line if reporting bug)
11
+ ## Describe the bug/issue
12
+
13
+ I wanted to ...
14
+
15
+ ### What happened
16
+
17
+ ...
18
+
19
+ ### What is expected
20
+
21
+ ...
22
+
23
+ ### Reproduction steps
24
+
25
+ - ...
26
+
27
+ ### Sample code
28
+
29
+
30
+ ### Environment
31
+
32
+ - OS:
33
+ - PHP version:
34
+ - php-cli-highlight version:
35
+
36
+ BugEnd (Remove this line if reporting bug) -->
37
+
38
+ <!-- FeatureStart (Remove this line if requesting feature)
39
+ ## Explain the feature
40
+
41
+
42
+ FeatureEnd (Remove this line if requesting feature) -->
43
+
44
+ <!-- GeneralStart (Remove this line if it is general concern)
45
+ ## Explain yourself
46
+
47
+ ...
48
+
49
+ GeneralEnd (Remove this line if it is general concern) -->
Original file line number Diff line number Diff line change
1
+ ## Introduction
2
+
3
+ ** This is a**
4
+
5
+ <!-- Put a cross `x` in relevant boxes below -->
6
+ - [ ] New feature
7
+ - [ ] Fix for ... <!-- (the issue/bug) -->
8
+ - [ ] General improvement
9
+ - [ ] Backward incompatible change
10
+
11
+ It closes # <!-- (Put the issue number after `#`) -->
12
+
13
+ ## Describe the change
14
+
15
+ ...
16
+
17
+ ## How to use it
18
+
19
+ ...
20
+
21
+ #### Sample code
22
+
23
+ ``` php
24
+
25
+ ```
You can’t perform that action at this time.
0 commit comments