Which GitHub feature allows you to propose changes to a repository you don't have write access to?

  1. Repository cloning
  2. Issue creation
  3. Fork and Pull Request
  4. 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.