Update unmanaged exports#206
Conversation
|
Well, I tested locally and did not notice until later time, but had no On Thursday, June 23, 2016, Tony Roberts notifications@github.com wrote:
|
|
Pull requests are a request for code to be pulled (hence the name). There is no need to comment requesting that the code be pulled, as that's the purpose of a pull request! Code that is not ready to be pulled should be worked on in your own fork, preferably in a topic branch if it's anything other than a simple change. |
|
@tonyroberts people often use PRs to check the state of CI (I do occasionally as well) without the need to test on a linux system for example. They are often marked as WIP and give you the opportunity to comment / discuss early on. |

#95