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

Development protocol #39

Open
pakozm opened this issue Oct 11, 2013 · 0 comments
Open

Development protocol #39

pakozm opened this issue Oct 11, 2013 · 0 comments

Comments

@pakozm
Copy link
Member

pakozm commented Oct 11, 2013

  1. Every feature has to be developed in a new branch. Contributors can have its own fork and work in new branches for new features.
  2. Once a feature is finished, a pull requests into devel branch is mandatory, unless commits with bug or memory leak problems solving which can be done directly into devel without a pull request. Please, avoid to do merge of feature branches into devel, a pull request allow other developers and contributors to talk about the feature before it is merged into deve.
  3. After the pull request, the branch must to be deleted.
  4. Every friday, the stable version in devel branch will be merged with master branch.
  5. Every friday, after previous step, your stable changes could be committed to the branch devel.
  6. During the week, devel branch must be checked and mark as stable.

Pushes to devel are throwing a travis process to ensure the good compilation and testing the tool. The same is configured to pushes and pull requests to master branch.

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

No branches or pull requests

1 participant