From 314bf5ed52f5c2b5d11d7321bfe5b0b17f5407ad Mon Sep 17 00:00:00 2001 From: Geolim4 Date: Sun, 3 Jun 2018 00:52:39 +0200 Subject: [PATCH 1/2] Updated Github bits --- .github/ISSUE_TEMPLATE.md | 25 ++++++++++++++++++----- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++------------ .github/ISSUE_TEMPLATE/feature_request.md | 8 +++++++- .github/ISSUE_TEMPLATE/simple_question.md | 14 +++++++++++++ 4 files changed, 51 insertions(+), 19 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/simple_question.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 99be37cde..ec6a415f4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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) ... \ No newline at end of file +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b73537336..47013c407 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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: @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 066b2d920..e3af36743 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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 [...] diff --git a/.github/ISSUE_TEMPLATE/simple_question.md b/.github/ISSUE_TEMPLATE/simple_question.md new file mode 100644 index 000000000..b4e45fdf4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/simple_question.md @@ -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 From 5a3b8a714c6af4afdc58dc784c861ec2e51e21a6 Mon Sep 17 00:00:00 2001 From: Geolim4 Date: Sun, 3 Jun 2018 00:55:38 +0200 Subject: [PATCH 2/2] Updated Github bits, again --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 22ab755b9..1d6fa5fe7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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