Skip to content

Commit

Permalink
docs: repo branches (#8534)
Browse files Browse the repository at this point in the history
[docs] repo branches
  • Loading branch information
tracernz authored Mar 15, 2024
1 parent 08f57f8 commit f25efa0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,12 @@ aircraft (repo) <flybywire monorepo>
└── heapdump
└── ... <repo config files>
```

## Branches

Pull request branches should reside on the developer's fork of the main repository. It is not necessary to push them to the main `flybywiresim/aircraft` repository as GitHub offers the ability for all maintainers to push to pull request branches even when they reside in another user's fork.

Branches to be retained on the main repository are:
- `master` - The source of truth and main development branch,
- release branches (e.g. `v0.12`),
- in special cases some long-running branches requiring collaboration (make a proposal in the #development channel on Discord).

0 comments on commit f25efa0

Please sign in to comment.