Skip to content

Commit 314bf5e

Browse files
committed
Updated Github bits
1 parent 196da7b commit 314bf5e

File tree

4 files changed

+51
-19
lines changed

4 files changed

+51
-19
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
1-
### Configuration:
2-
1+
**Configuration**
32
- **PhpFastCache version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::GetVersion()`)..."
43
- **PhpFastCache API version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::getPhpFastCacheVersion()`)..."
54
- **PHP version:** "...replace me (Can be retrieved using command line `php -v | sed -n 1p`)..."
65
- **Operating system:** " ...replace me (You REALLY should know it)... "
76

8-
#### Issue description:
7+
**Describe the bug**
8+
9+
> ... A clear and concise description of what the bug is, goes here ...
10+
... You can also read the [wiki](https://github.com/PHPSocialNetwork/phpfastcache/wiki) ...
11+
12+
**To Reproduce**
13+
Steps to reproduce the behavior:
14+
1. Go to '...'
15+
2. Click on '....'
16+
3. Scroll down to '....'
17+
4. See error
18+
19+
**Expected behavior**
20+
A clear and concise description of what you expected to happen.
21+
22+
**Screenshots**
23+
If applicable, add screenshots to help explain your problem.
924

10-
> ... Your description goes here ...
11-
... You can also read the [wiki](https://github.com/PHPSocialNetwork/phpfastcache/wiki) ...
25+
**Additional context**
26+
Add any other context about the problem here.
Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve
3+
about: Create a report to help us improve Phpfastcache
44

55
---
66

7+
**Configuration**
8+
- **PhpFastCache version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::GetVersion()`)..."
9+
- **PhpFastCache API version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::getPhpFastCacheVersion()`)..."
10+
- **PHP version:** "...replace me (Can be retrieved using command line `php -v | sed -n 1p`)..."
11+
- **Operating system:** " ...replace me (You REALLY should know it)... "
12+
713
**Describe the bug**
8-
A clear and concise description of what the bug is.
14+
15+
> ... A clear and concise description of what the bug is, goes here ...
16+
... You can also read the [wiki](https://github.com/PHPSocialNetwork/phpfastcache/wiki) ...
917

1018
**To Reproduce**
1119
Steps to reproduce the behavior:
@@ -20,16 +28,5 @@ A clear and concise description of what you expected to happen.
2028
**Screenshots**
2129
If applicable, add screenshots to help explain your problem.
2230

23-
**Desktop (please complete the following information):**
24-
- OS: [e.g. iOS]
25-
- Browser [e.g. chrome, safari]
26-
- Version [e.g. 22]
27-
28-
**Smartphone (please complete the following information):**
29-
- Device: [e.g. iPhone6]
30-
- OS: [e.g. iOS8.1]
31-
- Browser [e.g. stock browser, safari]
32-
- Version [e.g. 22]
33-
3431
**Additional context**
3532
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
---
22
name: Feature request
3-
about: Suggest an idea for this project
3+
about: Suggest an idea for Phpfastcache
44

55
---
66

7+
**Configuration**
8+
- **PhpFastCache version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::GetVersion()`)..."
9+
- **PhpFastCache API version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::getPhpFastCacheVersion()`)..."
10+
- **PHP version:** "...replace me (Can be retrieved using command line `php -v | sed -n 1p`)..."
11+
- **Operating system:** " ...replace me (You REALLY should know it)... "
12+
713
**Is your feature request related to a problem? Please describe.**
814
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
915

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Simple question
3+
about: Ask a question about Phpfastcache
4+
5+
---
6+
7+
**Configuration (optional)**
8+
- **PhpFastCache version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::GetVersion()`)..."
9+
- **PhpFastCache API version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::getPhpFastCacheVersion()`)..."
10+
- **PHP version:** "...replace me (Can be retrieved using command line `php -v | sed -n 1p`)..."
11+
- **Operating system:** " ...replace me (You REALLY should know it)... "
12+
13+
**My question**
14+
> Your question goes here

0 commit comments

Comments
 (0)