Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


The first step is to create a Gitlab account. You'll need to have verify your account with a credit card (no charge) before CI jobs can be ran in your personal or project forks.
If you'd prefer not to have to add a credit card, after making an account click "Request Access" on the Anuket group. Once your access is approved, CI for any MRs you make against
Anuket projects should run.

Gitlab Branch Workflow

  1. Clone the project
  2. edit, git add, commit
    Write you change (remember to include `-s` to sign off commits: `git
    commit -s`)
  3. git push
  4. Click the link from the message to open a merge request to the
    upstream repository
  5. If you have multiple commits, write a detailed explanation about what you're asking to be merged in.
    Set the change to "Draft" if its still being worked on.
  6. Wait for CI to pass and a CODEOWNER to review.
    If the project is utilizing hardware for their CI, a developer will need to approve your pipeline to run before it is tested.

...