Usual Workflow
Every feature, bug, improvement, and hotfix will be developed on a specific feature branch with an associated Pull Request(PR). Usually each issue will have only 1 PR, but may have more.
Working on a previously defined issue
To work on an issue that has already been defined, you will only need the issue number.
In the terminal, run: startFromIssue <branch_name> <issue_number> <(OPTIONAL) PR_title> <(OPTIONAL) PR_description>
A title for the PR is only needed when it will be different from the title of the issue, by default the PR will have the same title as the issue.
The title, description, and other characteristics of the PR can be edited freely in Gitea after creation.