pub fn create_pull_request( root: &Path, title: &str, body: &str, open_browser: bool, ) -> RhoResult<String>