Skip to content

Commit 2bcb66d

Browse files
authored
Update gettingstarted.md
1 parent 78db62f commit 2bcb66d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/general/gettingstarted.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,14 @@
4848
* Read [Customizing Sveltekit](https://ewowi.github.io/MoonBase/general/customizingsveltekit/)
4949
* UI dev: configure vite.config.ts, go to interface folder, npm install, npm run dev. A local webserver starts on localhost. UI changes will directly be shown via this webserver
5050
* Changes made to the UI are not always visible in the browser, issue with caching / max-age (WIP), clear the browser cache to see latest UI.
51+
52+
### Pull Requests
53+
5154
* Want to make changes: fork the repo and submit pull requests, see [creating-a-pull-request-from-a-fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork):
55+
5256
* Login to your own github account
5357
* Fork: go to [ewowi/MoonBase](https://github.com/ewowi/MoonBase/) and press Fork, uncheck 'Copy the main branch only' and press Create Fork. You will be moved to your fork of MoonBase
54-
* Press xx Branches, press New Branch, give it a name e.g. background-script and press Create new Branch, click on background-script
58+
* Press Branches, press New Branch, give it a name e.g. background-script and press Create new Branch, click on background-script
5559

5660
<img width="90" alt="image" src="https://github.com/user-attachments/assets/588d0854-bac1-4b70-8931-ba6db4c94248" />
5761

0 commit comments

Comments
 (0)