Skip to content

Commit 668a74f

Browse files
authored
Merge pull request #117 from marc-mabe/policy
Policy
2 parents 8133d5a + 84720f4 commit 668a74f

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report
3+
about: Report incorrect or unexpected behaviors
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**NOTE**: Please file security related issues to [email protected]
11+
to be able to coordinate releases across dependent projects privately.
12+
13+
**Detailed description:**
14+
15+
...
16+
17+
**Steps to reproduce:**
18+
19+
1. ...
20+
2. ....
21+
22+
**Expected behavior:**
23+
24+
A clear and concise description of what you expected to happen.
25+
26+
**Environment:**
27+
28+
Important information of your environment.
29+
- PHP Version: ...
30+
- PHP Extensions + Versions: ...
31+
- PHP Configuration: ...
32+
- ...
33+
34+
**Additional context:**
35+
36+
Add any other context about the problem here.

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,28 @@ Download the last version from [Github](https://github.com/marc-mabe/php-enum/ta
397397
and extract it.
398398

399399

400+
# Versioning and Releases
401+
402+
This project follows [SemVer](https://semver.org/) specification.
403+
404+
There are **no** [LTS](https://en.wikipedia.org/wiki/Long-term_support) releases
405+
and we don't have (fixed) time based release windows.
406+
Instead releases happen as necessary.
407+
408+
We do support at least all maintained PHP versions.
409+
410+
Bug fixes will be backported to the latest maintained minor release.
411+
412+
Critical bug fixes and security relates fixes can also be backported to older releases.
413+
414+
| Release | Status | PHP-Version |
415+
|---------|--------------|-----------------|
416+
| 1.x | EOL | \>=5.3 |
417+
| 2.x | maintainance | \>=5.3 & HHVM<4 |
418+
| 3.x | active | \>=5.6 & HHVM<4 |
419+
| 4.x | development | \>=7.2 |
420+
421+
400422
# New BSD License
401423

402424
The files in this archive are released under the New BSD License.

0 commit comments

Comments
 (0)