mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
*.md, pyproject.toml: Update default branch from 'master' to 'main'
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
e70a2cfcae
commit
fb43c7297c
@ -34,8 +34,8 @@ Naming conventions:
|
||||
tools `yapf` and `isort`. Please check also with `flake8`.
|
||||
* Please include one single feature per merge request, to keep the review simple
|
||||
and focused on one topic. (This might still mean hundreds of lines of code.)
|
||||
Use a branch other than `master`, so you can create multiple merge requests
|
||||
and still keep merging from `master`. Depending on the complexity of your
|
||||
Use a branch other than `main`, so you can create multiple merge requests
|
||||
and still keep merging from `main`. Depending on the complexity of your
|
||||
merge request, it may take a while until it is reviewed and merged.
|
||||
* Keep your commits organized logically and as small as possible. If commit B
|
||||
fixes a mistake in commit A, both of which are part of the same merge request,
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
[](https://salsa.debian.org/freedombox-team/freedombox/commits/master)
|
||||
[](https://salsa.debian.org/freedombox-team/freedombox/commits/main)
|
||||
[](https://hosted.weblate.org/engage/freedombox/?utm_source=widget)
|
||||
[](https://packages.debian.org/unstable/freedombox)
|
||||
[](https://packages.debian.org/testing/freedombox)
|
||||
@ -58,7 +58,7 @@ HACKING.md.
|
||||
|
||||
# Contributing
|
||||
|
||||
See the [HACKING.md](https://salsa.debian.org/freedombox-team/freedombox/blob/master/HACKING.md) file for contributing to FreedomBox Service (Plinth).
|
||||
See the [HACKING.md](https://salsa.debian.org/freedombox-team/freedombox/blob/main/HACKING.md) file for contributing to FreedomBox Service (Plinth).
|
||||
|
||||
# Localization
|
||||
|
||||
|
||||
@ -94,8 +94,8 @@ homepage = "https://freedombox.org"
|
||||
projectpage = "https://salsa.debian.org/freedombox-team/freedombox"
|
||||
manual = "https://wiki.debian.org/FreedomBox/Manual/"
|
||||
documentation = "https://docs.freedombox.org/"
|
||||
changelog = "https://salsa.debian.org/freedombox-team/freedombox/-/blob/master/debian/changelog"
|
||||
readme = "https://salsa.debian.org/freedombox-team/freedombox/-/blob/master/README.md"
|
||||
changelog = "https://salsa.debian.org/freedombox-team/freedombox/-/blob/main/debian/changelog"
|
||||
readme = "https://salsa.debian.org/freedombox-team/freedombox/-/blob/main/README.md"
|
||||
support = "https://freedombox.org/#community"
|
||||
|
||||
[build-system]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user