-
Notifications
You must be signed in to change notification settings - Fork 390
Z2. Issues Guideline
- Please describe your issue in detail. Any ambiguous questions will be ignored or closed.
Bad example:
xxx feature is not working.
-
Follow the issue template to submit your issues.
-
Make sure if you can find any clues about your question in Wiki before you ask.
-
Having better understanding in multi-process programming, Swoole structure, Laravel lifecycle and Container will help you a lot figure out what's going on with your bug.
-
Ensuring your issue doesn't exist in traditional environment (like PHP-FPM) is a basic requirement.
-
Please use code block to display your sample code and keep it formatted.
-
Debug by yourself first !!! Don't expect I will debug for you. The more detailed description you left, the higher possibility I could give you a hand. However, any bug-related issue will be processed in higher priority. You can refer to Debug Guideline for more details.
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. Andauth
instance will not be rebound after the first request.
- Please write in English. It makes sure the people from different countries can understand your questions and join the discussion as well.