Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Z2. Issues Guideline

Albert Chen edited this page May 6, 2018 · 15 revisions
  1. Please describe your issue in detail, any ambiguous questions will be ignored or closed.

Bad example: xxx feature is not working.

  1. Follow the issue template to submit your issues.

  2. Make sure if you can find any clues about your question in Wiki before you ask.

  3. Having better understanding in multi-process programming, Swoole structure, Laravel lifecycle, container will help you a lot figure out what's going on with your bug.

  4. Ensuring your issue doesn't exist in traditional structure (like PHP-FPM) is the basic requirement.

  5. Please use code block to display your sample code and keep it formatted.

  6. Debug yourself before you submit an issue. Any

A bad example: Why do I get the same auth user in every request?

A good example: I get the same user object via auth()->user() in every request. And auth instance will not be rebound after the first request.

Clone this wiki locally