Question: 1/50
A new developer wants to contribute a small documentation fix to an open-source project they do not have write access to. What is the recommended GitHub workflow to propose the change?
Fork the repository, create a branch in the fork, push the change, and open a pull request to the upstream repository
Create an issue and attach the edited file as a ZIP to the issue
Request admin access to the repository, push directly to the default branch, and notify maintainers
Email the maintainer the change and ask them to apply it locally