Skip to content

Bug report template #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
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
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Report incorrect or unexpected behaviors
title: ''
labels: bug
assignees: ''

---

**NOTE**: Please file security related issues to [email protected] to be able to fix and coordinate releases across dependent projects.

**Describe the bug**
...

**To Reproduce**
Steps to reproduce the behavior:
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 + Version: ...
- PHP Configuration: ...
- ...

**Additional context**
Add any other context about the problem here.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \>= 3.27 < 4 |
| 3.x | active | \>=5.6 & HHVM \>= 3.27 < 4 |
| 4.x | development | \>=7.2 |


# New BSD License

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