Skip to content
Snippets Groups Projects
README_developer 942 B
Newer Older
This is gdat

More information will follow here

git-hosted version currently under development for automated tests etc.

## Policy for contributing
* `master` branch is protected, changes can only be made via merge requests.
* To propose changes:
Federico Felici's avatar
Federico Felici committed
 * Open an issue to discuss the matter (in gitlab project page -> issues)
 * Then open a branch to work on the issue. There are several ways to do this:
  * Click on 'create branch' on the issue page on gitlab (then `git fetch` and `git checkout <branchname>`)
Federico Felici's avatar
Federico Felici committed
  * In your local space, do `git checkout -b <branchname>` to create a new branch from your current `HEAD`.
 * When done, `git push` the branch and submit a merge request.
Federico Felici's avatar
Federico Felici committed
  * The link to open the merge request is shown following the commit.
  * Assign someone (other than yourself) to review the merge request.
  * Follow up on any questions/comments and optionally amend your branch (and re-push) to fix any new issues that arise.