Skip to content

Commit e14ede6

Browse files
committed
chore: add github meta files
1 parent 5c38863 commit e14ede6

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed

docs/ISSUE_TEMPLATE.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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) -->

docs/PULL_REQUEST_TEMPLATE.md

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

0 commit comments

Comments
 (0)