pixelfederation/swoole-bundle

View on GitHub
.github/ISSUE_TEMPLATE/bug_report.md

Summary

Maintainability
Test Coverage
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: kind/bug/possible, priority/important
assignees: k911

---

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

**Steps To Reproduce**
Steps to reproduce the buggy behavior, for example script to execute in bash/zsh or link to gist/repository with buggy PHP code

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

**Environment (please complete the following information):**
 - OS: [e.g. macOS, Linux]
 - PHP Version: [e.g. 7.2.19]
 - Swoole Version: [e.g. 4.4.1]
 - Symfony Version: [e.g. 4.2.10]
 - Running in docker: Yes/No

**Additional context**
Add any other context about the problem here. For example if your app is running in Docker container, please provide source of Dockerfile or it's name when it is accessible in any public docker registry.

**Logs**
If possible/applicable please provide symfony/swoole logs here.

<details><summary>Symfony/Swoole Logs</summary>
<p>

```
# PASTE LOG LINES HERE
```

</p>
</details>