Skip to content

Commit

Permalink
master main
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed May 25, 2023
1 parent 5d1127e commit 2d3a508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion about/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The decisions and the fact that they are shared among the projects is motivated
* All projects have `main` as the main development branch;
* All projects are hosted on github in the usethesource organization;
* All features are developed on a branch different from `main` (i.e. a pull request btanch);
* A new `master` is pushed only if the unit tests have been run successfully;
* A new `main` is pushed only if the unit tests have been run successfully;
* Github issue id's are used in commit messages `fixes #23`.

## Issue Trackers
Expand Down

0 comments on commit 2d3a508

Please sign in to comment.