Skip to content
Snippets Groups Projects

QuaC - First major review

Merged Manavalan Gajapathy requested to merge make_it_production_ready into master
2 files
+ 34
11
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 9
3
@@ -2,15 +2,21 @@
@@ -2,15 +2,21 @@
## How to contribute?
## How to contribute?
Follow the [CGDS' best practices for code development](http://cgds.uab.edu/manual-of-operations/standards-definitions/#standard-practices) (see sections IDE, Source Control, Peer Reviews). The [Repo owner](./README.md#Repo-owner) is responsible for reviewing, keeping standards, and accepting the merge request into `origin/master`. Below is the brief listing of this process:
Follow the [CGDS' best practices for code
 
development](http://cgds.uab.edu/manual-of-operations/standards-definitions/#standard-practices) (see sections IDE,
 
Source Control, Peer Reviews). The [Repo owner](./README.md#Repo-owner) is responsible for reviewing, keeping standards,
 
and accepting the merge request into `origin/master`. Below is the brief listing of this process:
- Create new Git branch based off of the relevant branch (`origin/master`).
- Create new Git branch based off of the relevant branch (`origin/master`).
- Make your changes/additions within the new branch.
- Make your changes/additions within the new branch.
- Push branch to GitLab and submit the completed changes/additions via a GitLab merge request. In the merge request form, choose `MERGE REQUEST TEMAPLTE` in the drop-down for `Title` and then complete merge request form in `Description` section with appropriate details.
- Push branch to GitLab and submit the completed changes/additions via a GitLab merge request. In the merge request
 
form, choose `MERGE REQUEST TEMAPLTE` in the drop-down for `Title` and then complete merge request form in
 
`Description` section with appropriate details.
- [Repo owner](./README.md#repo-owners) will review the request and provide feedback, if any.
- [Repo owner](./README.md#repo-owners) will review the request and provide feedback, if any.
- When deemed complete, repo owner will merge this branch to master.
- When deemed complete, repo owner will merge this branch to master.
## Cloning the repository/pipeline
## Cloning the repository/pipeline
See [README.md](./README.md#installation). If you are cloning branch other than `master`, use `-b` option to specify the branch.
See [README.md](./README.md#installation). If you are cloning branch other than `master`, use `-b` option to specify the
 
branch.
Loading