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
We don't have anything set in stone, but we kinda loosely follow these:
master is the only "safe" branch. It's marked as protected on github, which means it won't receive any forced pushes. So you should always rely on master.
All the other branches are unsafe. We currently use git rebase quite a bit, so we're constantly doing forced pushes into short-lived branches.
If you really need to work with someone else on the same branch, you should decide your own guidelines about how you handle your work in that branch.
I will to contribute with the project and I wish to know if there is any pull request policy to follow.
The text was updated successfully, but these errors were encountered: