Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull request policy #27

Open
Themakew opened this issue Apr 14, 2016 · 1 comment
Open

Pull request policy #27

Themakew opened this issue Apr 14, 2016 · 1 comment

Comments

@Themakew
Copy link

I will to contribute with the project and I wish to know if there is any pull request policy to follow.

@ravishi
Copy link
Contributor

ravishi commented Apr 15, 2016

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.
  • And last, but not less important, follow this as close as possible: https://github.com/agis-/git-style-guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants