Update Introduction to JOJ3

manuel 2024-10-09 21:31:09 +08:00
parent 3a75819046
commit 2cc93582a9

@ -73,6 +73,10 @@ Once you have pushed your work connect to Gitea and check the issue tab for all
This section briefly previews other ways to interact with and use JOJ3.
### Actions
From the top of JOJ feedback issue you can click the `Gitea Actions #xxx` link to directly jump to the logs of the corresponding running action. This is especially useful if something failed and you want more insight on what happened. All run actions can be accessed by clicking the `Actions` tab.
### Pull requests
JOJ3 doesn't change the way to handle (open, create, review, and approve) Pull Requests (PR). We however recommend selecting the option `Create squash commit`. Then make sure to set the commit message to a meaningful string, eg. `feat(h1): ready for submission`, and click `Clear squash commit`. Finally, click again on `Create squash commit` to complete the PR.