Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 20 additions & 5 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
### Configuration:

**Configuration**
- **PhpFastCache version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::GetVersion()`)..."
- **PhpFastCache API version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::getPhpFastCacheVersion()`)..."
- **PHP version:** "...replace me (Can be retrieved using command line `php -v | sed -n 1p`)..."
- **Operating system:** " ...replace me (You REALLY should know it)... "

#### Issue description:
**Describe the bug**

> ... A clear and concise description of what the bug is, goes here ...
... You can also read the [wiki](https://github.com/PHPSocialNetwork/phpfastcache/wiki) ...

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

> ... Your description goes here ...
... You can also read the [wiki](https://github.com/PHPSocialNetwork/phpfastcache/wiki) ...
**Additional context**
Add any other context about the problem here.
23 changes: 10 additions & 13 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
---
name: Bug report
about: Create a report to help us improve
about: Create a report to help us improve Phpfastcache

---

**Configuration**
- **PhpFastCache version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::GetVersion()`)..."
- **PhpFastCache API version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::getPhpFastCacheVersion()`)..."
- **PHP version:** "...replace me (Can be retrieved using command line `php -v | sed -n 1p`)..."
- **Operating system:** " ...replace me (You REALLY should know it)... "

**Describe the bug**
A clear and concise description of what the bug is.

> ... A clear and concise description of what the bug is, goes here ...
... You can also read the [wiki](https://github.com/PHPSocialNetwork/phpfastcache/wiki) ...

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

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
---
name: Feature request
about: Suggest an idea for this project
about: Suggest an idea for Phpfastcache

---

**Configuration**
- **PhpFastCache version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::GetVersion()`)..."
- **PhpFastCache API version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::getPhpFastCacheVersion()`)..."
- **PHP version:** "...replace me (Can be retrieved using command line `php -v | sed -n 1p`)..."
- **Operating system:** " ...replace me (You REALLY should know it)... "

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Expand Down
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/simple_question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Simple question
about: Ask a question about Phpfastcache

---

**Configuration (optional)**
- **PhpFastCache version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::GetVersion()`)..."
- **PhpFastCache API version:** "...replace me (Can be retrieved using method `\Phpfastcache\Api::getPhpFastCacheVersion()`)..."
- **PHP version:** "...replace me (Can be retrieved using command line `php -v | sed -n 1p`)..."
- **Operating system:** " ...replace me (You REALLY should know it)... "

**My question**
> Your question goes here
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ _Put an `x` in the boxes that apply_
- [ ] Deprecated third party dependency update
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation/Typo/Resource update that does not involve any code modification

## Agreement

Expand Down