Which GitHub feature allows you to propose changes to a repository you don't have write access to?
- Repository cloning
- Issue creation
- Fork and Pull Request
- Direct commit
Explanation
To contribute to repositories you don't have write access to, you fork the repository, make changes in your fork, and then create a pull request to propose merging your changes.