Merge pull request #2503 from Polymer/arthurevans-patch-1

Added note about including a clear repro case.
This commit is contained in:
Eric Bidelman
2015-10-02 14:45:28 -07:00

View File

@@ -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.