From 9fd4a8364ad14f53f28cacda55106cb3d9d493cd Mon Sep 17 00:00:00 2001 From: Moti Zilberman Date: Tue, 31 Oct 2023 11:16:09 +0000 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000000..29847b0c6c4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +# Summary + + + +# Test plan + + + +# Upstreaming plan + + + +- [ ] This commit should be sent as a patch to the upstream `devtools-frontend` repo. I've reviewed the [contribution guide](https://docs.google.com/document/d/1WNF-KqRSzPLUUfZqQG5AFeU_Ll8TfWYcJasa_XGf7ro/edit#heading=h.9kj7femz1xg5). +- [ ] This commit is React Native-specific and cannot be upstreamed.