diff --git a/docs/md/tutorials/make-a-pr.md b/docs/md/tutorials/make-a-pr.md index ec88987..5fc9276 100644 --- a/docs/md/tutorials/make-a-pr.md +++ b/docs/md/tutorials/make-a-pr.md @@ -8,20 +8,25 @@ This will learn you how to contribute to SPT-Aki repositories on dev.sp-tarkov.c ### Forking a project and editing its files 1. Fork the project you want to contribute to. + ![](./assets/img/spt-aki/tutorials/pull-requests/img01.png) 2. *(optional)* Change the forked repository name and informations + ![](./assets/img/spt-aki/tutorials/pull-requests/img02.png) 3. By clicking the "Fork Repository" it should bring you directly to your newly "copied" repository. You can now directly modify the file from the gitea website file editor. + ![](./assets/img/spt-aki/tutorials/pull-requests/img03.png) ![](./assets/img/spt-aki/tutorials/pull-requests/img04.png) 4. Add a helpful commit message (at the bottom of the page) and click on the "Commit changes" button. + ![](./assets/img/spt-aki/tutorials/pull-requests/img05.png) You should see your changes in the file. + ![](./assets/img/spt-aki/tutorials/pull-requests/img06.png)