From e18f009740c3a7cfafbd92c247174365effb2bdd Mon Sep 17 00:00:00 2001 From: Arthur Evans Date: Wed, 30 Sep 2015 12:27:07 -0700 Subject: [PATCH] Added note about including a clear repro case. --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0c0fc070c5..5c86d32a04 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,6 +53,7 @@ PR's are even better than issues. We gladly accept community pull requests. In g - Open an issue describing the problem that you are looking to solve in your PR. This makes it easier to have a conversation around the best general approach for solving your problem, outside of the code itself. - Sign the [CLA](https://cla.developers.google.com/clas), as described above. - Submit your PR, making sure it references the issue you created. +- Make sure the issue includes clear steps to reproduce the issue so we can test your fix. If you've completed all of these steps the core team will do its best to respond to the PR as soon as possible.