You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One "mistake" that most people did in their first PR was to make the changes in the master branch. This shouldn't be done, because the local repository gets into a state that no branches for new features can be created.
In #32 we'll soon have a CI system implemented. Can we have a check in the CI that fails when a PR is opened from the master branch?
The text was updated successfully, but these errors were encountered:
One "mistake" that most people did in their first PR was to make the changes in the
master
branch. This shouldn't be done, because the local repository gets into a state that no branches for new features can be created.In #32 we'll soon have a CI system implemented. Can we have a check in the CI that fails when a PR is opened from the
master
branch?The text was updated successfully, but these errors were encountered: