Change default branch name to main

This commit is contained in:
Lars Toenning
2023-04-07 11:03:02 +02:00
committed by Mat Sutcliffe
parent d151f9ffff
commit b4baa936d6
2 changed files with 4 additions and 6 deletions

View File

@@ -35,12 +35,11 @@ Contributing
_swift_ is written in modern C++17 using the Qt framework.
[![Development version](https://img.shields.io/badge/version-0.12-blue)](.)
[![Build status](https://img.shields.io/github/actions/workflow/status/swift-project/pilotclient/build.yml?branch=develop/0.12)][3]
[![Build status](https://img.shields.io/github/actions/workflow/status/swift-project/pilotclient/build.yml?branch=main)][3]
[3]: https://github.com/swift-project/pilotclient/actions
Pull requests should be made against the current active development branch,
which is `develop/0.12`.
Pull requests should be made against the `main` branch.
[:blue_book: Developer guide](https://docs.swift-project.org/doku.php?id=developer_documentation)