From 6fc2d05b9f6a5ecd9abbac9aa68d9caacc42948d Mon Sep 17 00:00:00 2001 From: Marc Bennewitz Date: Fri, 15 Mar 2019 18:25:18 +0100 Subject: [PATCH 1/2] Bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..3d9dcd14 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Report incorrect or unexpected behaviors +title: '' +labels: bug +assignees: '' + +--- + +**NOTE**: Please file security related issues to security@mabe.berlin + to be able to coordinate releases across dependent projects privately. + +**Detailed description:** + +... + +**Steps to reproduce:** + +1. ... +2. .... + +**Expected behavior:** + +A clear and concise description of what you expected to happen. + +**Environment:** + +Important information of your environment. + - PHP Version: ... + - PHP Extensions + Versions: ... + - PHP Configuration: ... + - ... + +**Additional context:** + +Add any other context about the problem here. From 84720f408e9ecd4218ec5746e2a239e026aa4461 Mon Sep 17 00:00:00 2001 From: Marc Bennewitz Date: Sat, 16 Mar 2019 18:34:30 +0100 Subject: [PATCH 2/2] release policy --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 84712779..78624cd2 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,28 @@ Download the last version from [Github](https://github.com/marc-mabe/php-enum/ta and extract it. +# Versioning and Releases + +This project follows [SemVer](https://semver.org/) specification. + +There are **no** [LTS](https://en.wikipedia.org/wiki/Long-term_support) releases +and we don't have (fixed) time based release windows. +Instead releases happen as necessary. + +We do support at least all maintained PHP versions. + +Bug fixes will be backported to the latest maintained minor release. + +Critical bug fixes and security relates fixes can also be backported to older releases. + +| Release | Status | PHP-Version | +|---------|--------------|-----------------| +| 1.x | EOL | \>=5.3 | +| 2.x | maintainance | \>=5.3 & HHVM<4 | +| 3.x | active | \>=5.6 & HHVM<4 | +| 4.x | development | \>=7.2 | + + # New BSD License The files in this archive are released under the New BSD License.