From c54e66d7eb31878efb530621f5ff1b297eabe43f Mon Sep 17 00:00:00 2001 From: Jochen Klar Date: Fri, 8 Dec 2023 13:37:46 +0100 Subject: [PATCH] Rename master -> main --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/workflows/ci.yml | 2 +- CONTRIBUTING.md | 2 +- README.md | 4 ++-- pyproject.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 46265f69a7..2b16cc48e3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -35,7 +35,7 @@ Related issue: #ISSUE_NUMBER ## Checklist -- [ ] I have read the [contributor guide](https://github.com/rdmorganiser/rdmo/blob/master/CONTRIBUTING.md). +- [ ] I have read the [contributor guide](https://github.com/rdmorganiser/rdmo/blob/main/CONTRIBUTING.md). - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76db1baa79..2bad5bd649 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - master + - main pull_request: # run CI only if files in these whitelisted paths are changed paths: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a76da60eaa..93e917e5a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ Here is a list of important resources for new contributors: - [Source Code](https://github.com/rdmorganiser/rdmo) - [Documentation](https://rdmo.readthedocs.io) - [Issue Tracker](https://github.com/rdmorganiser/rdmo/issues) -- [Code of Conduct](https://github.com/rdmorganiser/rdmo/blob/master/CODE_OF_CONDUCT.md) +- [Code of Conduct](https://github.com/rdmorganiser/rdmo/blob/main/CODE_OF_CONDUCT.md) ## How to report a bug diff --git a/README.md b/README.md index 67fadec6bf..265422ed87 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ RDMO - Research Data Management Organiser [![Latest release](https://img.shields.io/pypi/v/rdmo.svg?style=flat)](https://pypi.python.org/pypi/rdmo/) [![Python Versions](https://img.shields.io/pypi/pyversions/rdmo.svg?style=flat)](https://www.python.org/) [![Django Versions](https://img.shields.io/pypi/frameworkversions/django/rdmo)](https://pypi.python.org/pypi/rdmo/) -[![License](https://img.shields.io/github/license/rdmorganiser/rdmo?style=flat)](https://github.com/rdmorganiser/rdmo/blob/master/LICENSE) \ +[![License](https://img.shields.io/github/license/rdmorganiser/rdmo?style=flat)](https://github.com/rdmorganiser/rdmo/blob/main/LICENSE) \ [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![CI Workflow Status](https://github.com/rdmorganiser/rdmo/actions/workflows/ci.yml/badge.svg)](https://github.com/rdmorganiser/rdmo/actions/workflows/ci.yml) -[![Coverage Status](https://coveralls.io/repos/rdmorganiser/rdmo/badge.svg?branch=master&service=github)](https://coveralls.io/github/rdmorganiser/rdmo?branch=master) +[![Coverage Status](https://coveralls.io/repos/rdmorganiser/rdmo/badge.svg?branch=main&service=github)](https://coveralls.io/github/rdmorganiser/rdmo?branch=main) [![Documentation status](https://readthedocs.org/projects/rdmo/badge/?version=latest)](http://rdmo.readthedocs.io/en/latest/?badge=latest) RDMO is a tool to support the systematic planning, organisation and implementation of the data management throughout the course of a research project. RDMO is funded by the Deutsche Forschungsgemeinschaft (DFG). diff --git a/pyproject.toml b/pyproject.toml index f47fd4c758..9c572484fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ pytest = [ ] [project.urls] -changelog = "https://github.com/rdmorganiser/rdmo/blob/master/CHANGELOG.md" +changelog = "https://github.com/rdmorganiser/rdmo/blob/main/CHANGELOG.md" documentation = "https://rdmo.readthedocs.io" homepage = "https://rdmorganiser.github.io" issues = "https://github.com/rdmorganiser/rdmo/issues"