In this example, `libA.js`, `libB.js` and `ext_flight_preview.js` are custom modules developed for this particular LinkAhead webui instance.
In this example, `libA.js`, `libB.js` and `ext_flight_preview.js` are custom modules developed for this particular CaosDB webui instance.
Briefly describe the changes you made to the whole repository in the file called `CHANGELOD.md` in caosdb-webui.
## Create a merge request
Commit your changes to the repository to a new branch called `f-<custom name>`. `f-` is the shorthand for feature-branch and your custom name should be short, but descriptive, e.g. `f-flight-preview` in this case.
Push your branch upstream using e.g.:
`git push --set-upstream origin f-flight-preview`
Login to gitlab and navigate to the project caosdb-webui.
There should be a button titled `Create Merge Request`.