• Home
  • Raw
  • Download

Lines Matching +full:pull +full:- +full:requests

1 # Contributing to gRPC: A Step-By-Step Guide
10 …[active GitHub account](https://docs.github.com/en/get-started/quickstart/creating-an-account-on-g…
11 1. [An understanding of Git and GitHub](https://docs.github.com/en/get-started/using-git/about-git)
13 resolve, push, pull, fetch
14 etc.](https://docs.github.com/en/get-started/using-git/about-git)
15 1. [git installed and working on your machine](https://github.com/git-guides/install-git)
17 Objective-C, PHP, or C#.
21 The GitHub repository for the C-based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
30 [own fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-f…
33 … ![Screenshot of creating fork using a non-google account.](doc/images/img/grpc-create-fork.png)
35 …https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-
46 [guidelines](https://github.com/grpc/grpc/blob/master/CONTRIBUTING.md#guidelines-for-pull-requests).
48 ### Prepare a Pull Request
54 ![Screenshot of Github UI to help to create a pull request.](doc/images/img/grpc-compare-and-pull-r…
57 with your pull request, the maintainer can help if needed. This access to help will reduce
60 ![Screenshot of Github UI to help to create a Pull Request.](doc/images/img/grpc-pull-request-detai…
62 Create a pull request.
64 ### Pull Request Status - Safe Review
66 Once the pull request is ready, you must wait for a reviewer to be
67 assigned to your pull request.
72 ![Screenshot of waiting for safe review](doc/images/img/grpc-tests.png)
76 1. Select *Authorize LF-Engineering:
78 ![Screenshot of EasyCLA Step 1](doc/images/img/grpc-easycla-authorize.png)
82 ![Screenshot of EasyCLA Step 2](doc/images/img/grpc-contributor-type.png)
86 ![Screenshot of EasyCLA Step 3](doc/images/img/grpc-sign-cla.png)
91 ![Screenshot of EasyCLA Step 5](doc/images/img/grpc-easycla-covered.png)
93 After a few hours, you will notice a new "assignee" assigned to the pull request.
95 ![Screenshot after an assignee is added](doc/images/img/grpc-assignee.png)
103 ### Pull Request Status - Green
111 ### Pull Request Approval
113 For pull requests that are non-trivial, there is a thorough code review process.
115 [here](https://github.com/grpc/grpc/blob/master/CONTRIBUTING.md#guidelines-for-pull-requests).
118 approval, you can submit the pull request.
120 ![Pull request approved and labelled](doc/images/img/grpc-review-complete.png)
124 You **cannot** do submission or merge of a pull request through Github.
126 ![Pull request approved and labelled](doc/images/img/grpc-wait-for-merge.png)
133 ![Copybara commit](doc/images/img/grpc-copybara-commit.png)
135 1. The pull request you originally created will be closed.
136 ![Pull request closed by copybara](doc/images/img/grpc-pr-closed-by-copybara.png)