-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
[11.x] Add bug
Command
#50952
[11.x] Add bug
Command
#50952
Conversation
Thanks for submitting a PR! Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface. Pull requests that are abandoned in draft may be closed due to inactivity. |
I would rather see something with the Also, it's important to be agnostic with the community help boards that could find the information resourceful. |
Heya! We were having some failures in the testsuite at the base branch. Could you rebase this PR and make sure tests pass again? Thanks! |
Thanks for your pull request to Laravel! Unfortunately, I'm going to delay merging this code for now. To preserve our ability to adequately maintain the framework, we need to be very careful regarding the amount of code we include. If possible, please consider releasing your code as a package so that the community can still take advantage of your contributions! If you feel absolutely certain that this code corrects a bug in the framework, please "@" mention me in a follow-up comment with further explanation so that GitHub will send me a notification of your response. |
This PR adds a new command called
bug
. This command is about reporting a bug for the framework. In GoLang we have a command namedbug
, I think it's a good command for Laravel.How is working
When running this command, this command automatically opens your browser and redirects to the issue page. But it's not enough, this command fills the Larave, PHP input, and DB info input from your project.
Why
This command helps to just focus on your bug and you don't need to check the Laravel, PHP, ... version, because this command fills the inputs auto. This helps others avoid entering wrong information.