05_developer_tutorials:dev-guide:contributing
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| 05_developer_tutorials:dev-guide:contributing [2025/02/19 15:51] – removed - external edit (Unknown date) 127.0.0.1 | 05_developer_tutorials:dev-guide:contributing [2025/02/19 15:51] (current) – ↷ Page moved from 04_developer_documentation:dev-guide:contributing to 05_developer_tutorials:dev-guide:contributing gaetan | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Add to the Git repository ===== | ||
| + | === Pushing to the remote repository === | ||
| + | |||
| + | If you followed the wiki on setting up a git connection | ||
| + | |||
| + | This part consists of multiple steps. The plan is as follows: | ||
| + | |||
| + | - Add changed files to stage | ||
| + | - Create a commit | ||
| + | - Push to the forked (your own) project | ||
| + | |||
| + | To keep it simpler, the changes are pushed to the main branch of the fork repository. The following steps can also be done on other branches if larger subprojects or bugfixes are to be developed. | ||
| + | |||
| + | In Eclipse, make sure that the `Git Staging View` is visible. Click on < | ||
| + | |||
| + | The area will appear in the lower part of the window of Eclipse (by default in the same tab menu as the search result area console area). | ||
| + | |||
| + | In that area, all changed files are listed in the upper text field. Select one file and click on the green < | ||
| + | click on the green < | ||
| + | |||
| + | Then, click on < | ||
| + | |||
| + | After the push interaction, | ||
| + | |||
| + | === Creating a merge request === | ||
| + | |||
| + | Go to your fork project in the internet browser. | ||
| + | |||
| + | In the left sidebar, click on < | ||
| + | |||
| + | Then click on < | ||
| + | |||
| + | Select the correct source project (your fork project) and the correct source branch (the path you pushed to in Eclipse). | ||
| + | |||
| + | Select the correct target project (grogra/ | ||
| + | |||
| + | Then click on < | ||
| + | |||
| + | === Open Gitlab issues === | ||
| + | |||
| + | You can also open issues in gitlab to notify on a bug, a possible improvement, | ||
