Lines Matching +full:pull +full:- +full:requests
8 …lows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
12 …lows [gRPC Guidelines for Pull Requests](https://github.com/grpc/grpc/blob/master/CONTRIBUTING.md#…
28 …your system. If not, download and install it from the [official Git website](https://git-scm.com/).
29 * **GitHub Account:** You'll need a GitHub account to fork the repository and submit pull requests.
37 …ps://github.com/grpc/grpc/issues?q=is%3Aissue+is%3Aopen+label%3Alang%2Fpython+sort%3Aupdated-desc).
38 …n on an issue, feel free to ask questions on the [gRPC forum](https://groups.google.com/g/grpc-io).
42 ```git clone https://github.com/<your-username>/grpc.git```
46 git submodule update --init --recursive
49 ```git checkout -b my-feature-branch```
51 * Create a new virtual environment by running:```python -m venv ~/.virtualenvs/grpc-python```
52 * Activate the environment: ```source ~/.virtualenvs/grpc-python/bin/activate```
53 * Install Dependencies: ```pip install -r requirements.txt```
59 bazel test --cache_test_results=no "//src/python/grpcio_tests/tests/unit:_abort_test"
63 bazel test --cache_test_results=no "//src/python/..."
76 …* **Commit:** `git commit -m "Add new feature: brief description"` (Make sure your commit message…
77 * **Push:** `git push origin my-feature-branch`
78 6. **Open a Pull Request (PR):**
80 …* **Click "New Pull Request":** Compare your branch with the main branch and submit your pull requ…
89 * **Pythonic Code:** Follow the [PEP 8 style guide](https://www.python.org/dev/peps/pep-0008/) for …