Usual Workflow

From Seedbury Square
Revision as of 20:59, 15 December 2025 by Mgm-seedbury (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Developing something that does not have a defined issue