Skip to content

Commit c17958a

Browse files
Adding more explicit instructions when submitting PR
Fix
1 parent 26a2305 commit c17958a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/openPR.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ function openPR(branchName)
3838

3939
if status_curl == 0 && ~isempty(strfind(result_curl, '200 OK'))
4040
fprintf([gitCmd.lead, originCall, 'You can open a pull request (PR) by clicking on \n\n\t', prURL, '?expand=1\n\n']);
41+
fprintf([gitCmd.lead, originCall, 'Please start a new branch by running "contribute" and selecting "1" after your pull request (PR) has been reviewed and merged.\n']);
4142
else
4243
fprintf(result_curl);
4344
error([gitCmd.lead, ' [', mfilename,'] The branch <', branchName, '> does not exist or has no commits.', gitCmd.fail])

0 commit comments

Comments
 (0)