I'm looking into prose.io and I would like to find out more about the content management work flow.
Do prose.io content contributors get access via prose.io to the master repository on GitHub or do they work on a branch or even on a fork?
I'm wondering how much can go wrong and how messy the master repo gets when everyone has access?
Is there an option to combine pull requests with prose?
Using prose for my personal blog and its the master repo prose gets access to.
However there is something you can do. In Jekyll
_config.ymlyou can set prose parameter option forrooturl: "DIRECTORY NAME"what this does is limits the prose access to directory. In my case there is directory called_postsand prose cannot edit anything outside of it. There is alsoignoreoption that basically makes folders invisible on prose. IHere is my prose config for use as an example. Here I use both root and ignore options.
More on the options here >
https://github.com/prose/prose/wiki/Prose-Configuration