Pull Requests

After you made all your changes, it's time to open a Pull (or Merge) Request. Make sure that:


*You can use keywords like "closes" or "fixes" to automatically close the issues once your PR is merged (GitHub, GitLab)

Pull requests

Remember that somebody will have to review your changes, so try to limit the number of changed files and lines.

So, not like this:
screenshot of a PR with ~1000 changed files

Pull Requests

After the PR is reviewed and accepted, it will get merged to the base brach.

PR merge flow