Skip to content
Snippets Groups Projects

Add contributing/how-to-contribute.rst

1 unresolved thread

Signed-off-by: Grzegorz Gwóźdź grzegorz.gwozdz@huawei.com

Merge request reports

Members who can merge are allowed to add commits.

Merge request pipeline #7216 failed

Merge request pipeline failed for 754c75e1

Approval is optional
Ready to merge by members who can write to the target branch.
  • 2 commits and 1 merge commit will be added to main.
  • Source branch will be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
71 Firstly fork the repository by going to the `the Oniro Gitlab <https://gitlab.eclipse.org/eclipse/oniro-core/oniro>`_
72 and clicking on the fork button that is in the top right of the screen.
73
74 Working on your repository
75 --------------------------
76
77 -Clone your fork by typing ``git clone`` and adding address of your fork which can be found by clicking ``Clone`` button in your fork's website. You can clone it by SSH or HTTPS.
78 -Start working on the project by creating a new branch.
79 -Make your changes, then add and commit them. Each commit has to be signed off by the e-mail used in your Eclipse account (add ``-s`` to every ``git commit``).Try to give relevant names to your commits, to point which file you add/modify.
80 -After that you can push the changes to your branch.
81
82
83 Creating the Merge Request
84 ------------------------
85
86 -Go to your repository in an internet browser.
  • Ghassane Ben El Aattar resolved all threads

    resolved all threads

  • Please register or sign in to reply
    Loading