How to contribute with a pull request?

I would like to contribute by making a pull request containing code changes that add a hook.
However, I get the git error: remote: Permission to ankitects/anki.git denied to .
According to the github help, the owner of the repository (ankitects) needs to add my github account as a collaborator on the repository or to a team that has write access to the repository.
How do I request that?

You need to have a personal fork that you have write access to. You make your changes to that fork, and then open a pull request asking Anki’s developer to integrate your changes in the main repository.

There are many guides available on the Web about pull requests.
See https://www.freecodecamp.org/news/how-to-make-your-first-pull-request-on-github-3/

1 Like