OpenQDev / OpenQ-Fullstack

Bash scripts for booting the full backend across local and test environments
10 stars 8 forks source link

Come up with a proper PR pull script suggestion method #29

Open rickkdev opened 1 year ago

rickkdev commented 1 year ago

Idea

Devs add to their PR an adjusted pull script that the reviewer can use to switch his fullstack version to the branches that are relevant to review that PR.

Process

PR creator adjusts pull.sh file with all relevant branches for this PR. Script will be included in the PR description.

The reviewer copies in the PR the pull script creates a new file locally, pastes the code and runs it.