Skip to content

Commit 3bd9d5c

Browse files
committed
Replace references to the master branch by main
1 parent c130f6e commit 3bd9d5c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ uncontroversial and/or small), so that we can agree on the best way to implement
66
it.
77

88
We appreciate small commits that do one thing, but also that, when possible,
9-
each commit doesn't break the master branch. Please use your best judgement for
10-
the size of the commit according to these guidelines. If a commit breaks master,
11-
we at least require to push together all commits until master is fixed.
9+
each commit doesn't break the main branch. Please use your best judgement for
10+
the size of the commit according to these guidelines. If a commit breaks main,
11+
we at least require to push together all commits until main is fixed.
1212

1313
We also appreciate a tidy history, so after you write all your code, consider
1414
tidying up the commits to reflect what you did at the end, which is usually a
@@ -18,7 +18,7 @@ how to make sure you don't introduce any).
1818

1919
If your change involves more than one commit, please create a PR for each of
2020
them, unless for very small and obvious commits (read: fixing typos, comments, a
21-
few obvious lines), or unless some commit breaks master.
21+
few obvious lines), or unless some commit breaks main.
2222

2323
During the review, please address all comments by creating one or more 'fixup'
2424
commits on top of the branch (no forced push). At the end, either you or one of

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If instead you have found a possible bug, please go ahead filing the issue using
3232

3333
### System Information
3434

35-
**CMS version:** [master, or a specific version]
35+
**CMS version:** [main, or a specific version]
3636
**How was CMS installed:** [virtualenv, docker, ...?]
3737
**Postgres version:** [if relevant]
3838
**Distribution and version:** [if relevant]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contest Management System
44
Homepage: <http://cms-dev.github.io/>
55

66
[![Build Status](https://github.com/cms-dev/cms/actions/workflows/main.yml/badge.svg)](https://github.com/cms-dev/cms/actions)
7-
[![Codecov](https://codecov.io/gh/cms-dev/cms/branch/master/graph/badge.svg)](https://codecov.io/gh/cms-dev/cms)
7+
[![Codecov](https://codecov.io/gh/cms-dev/cms/branch/main/graph/badge.svg)](https://codecov.io/gh/cms-dev/cms)
88
[![Get support on Telegram](https://img.shields.io/badge/Questions%3F-Join%20the%20Telegram%20group!-%2326A5E4?style=flat&logo=telegram)](https://t.me/contestms)
99

1010
[🌍 Help translate CMS in your language!](https://cms-dev.oneskyapp.com/collaboration/project?id=392655)
@@ -28,7 +28,7 @@ Download
2828
which can be found already packaged at <http://cms-dev.github.io/>.**
2929

3030
This git repository, which contains the development version in its
31-
master branch, is intended for developers and everyone interested in
31+
main branch, is intended for developers and everyone interested in
3232
contributing or just curious to see how the code works and wanting to
3333
hack on it.
3434

0 commit comments

Comments
 (0)