Add contributing/how-to-contribute.rst
1 unresolved thread
1 unresolved thread
Signed-off-by: Grzegorz Gwóźdź grzegorz.gwozdz@huawei.com
Merge request reports
Activity
Filter activity
- contributing/how-to-contribute.rst 0 → 100644
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. Bullet points seem to be useful here, but they do not display properly in my preview. I think spaces are needed between a dash and a word, like:
- Clone your fork by...
.Edited by Grzegorz Gwóźdź