Skip to content

Commit b4d99a0

Browse files
authored
Master -> Main Rename (#41)
1 parent 2794e07 commit b4d99a0

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ matrix:
1111

1212
branches:
1313
only:
14-
- /master/
14+
- /main/
1515
- /dev/
1616

1717
before_install:

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you would like to submit a use case to the Islandora 8 project, please submit
1616

1717
### Documentation
1818

19-
You can contribute documentation in two different ways. One way is to create an issue [here](https://github.com/Islandora/documentation/issues/new), prepending "Documentation:" to the title of the issue. Another way is by pull request, which is the same process as [Contribute Code](https://github.com/Islandora/documentation/blob/master/CONTRIBUTING.md#contribute-code). All documentation resides in [`docs`](https://github.com/Islandora/documentation/tree/master/docs).
19+
You can contribute documentation in two different ways. One way is to create an issue [here](https://github.com/Islandora/documentation/issues/new), prepending "Documentation:" to the title of the issue. Another way is by pull request, which is the same process as [Contribute Code](https://github.com/Islandora/documentation/blob/main/CONTRIBUTING.md#contribute-code). All documentation resides in [`docs`](https://github.com/Islandora/documentation/tree/main/docs).
2020

2121
### Request a new feature
2222

@@ -62,9 +62,9 @@ Contributions to the Islandora codebase should be sent as GitHub pull requests.
6262

6363
Take a look at [Creating a pull request](https://help.github.com/articles/creating-a-pull-request). In a nutshell you need to:
6464

65-
1. [Fork](https://help.github.com/articles/fork-a-repo) this repository to your personal or institutional GitHub account (depending on the CLA you are working under). Be cautious of which branches you work from though (you'll want to base your work off master, or for Drupal modules use the most recent version branch). See [Fork a repo](https://help.github.com/articles/fork-a-repo) for detailed instructions.
65+
1. [Fork](https://help.github.com/articles/fork-a-repo) this repository to your personal or institutional GitHub account (depending on the CLA you are working under). Be cautious of which branches you work from though (you'll want to base your work off main, or for Drupal modules use the most recent version branch). See [Fork a repo](https://help.github.com/articles/fork-a-repo) for detailed instructions.
6666
2. Commit any changes to your fork.
67-
3. Send a [pull request](https://help.github.com/articles/creating-a-pull-request) using the [pull request template](https://github.com/Islandora/documentation/blob/master/.github/PULL_REQUEST_TEMPLATE.md) to the Islandora GitHub repository that you forked in step 1. If your pull request is related to an existing issue -- for instance, because you reported a [bug/issue](https://github.com/Islandora/documentation/issues) earlier -- prefix the title of your pull request with the corresponding issue number (e.g. `issue-123: ...`). Please also include a reference to the issue in the description of the pull. This can be done by using '#' plus the issue number like so '#123', also try to pick an appropriate name for the branch in which you're issuing the pull request from.
67+
3. Send a [pull request](https://help.github.com/articles/creating-a-pull-request) using the [pull request template](https://github.com/Islandora/documentation/blob/main/.github/PULL_REQUEST_TEMPLATE.md) to the Islandora GitHub repository that you forked in step 1. If your pull request is related to an existing issue -- for instance, because you reported a [bug/issue](https://github.com/Islandora/documentation/issues) earlier -- prefix the title of your pull request with the corresponding issue number (e.g. `issue-123: ...`). Please also include a reference to the issue in the description of the pull. This can be done by using '#' plus the issue number like so '#123', also try to pick an appropriate name for the branch in which you're issuing the pull request from.
6868

6969
You may want to read [Syncing a fork](https://help.github.com/articles/syncing-a-fork) for instructions on how to keep your fork up to date with the latest changes of the upstream (official) repository.
7070

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Crayfish Commons
44

55
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg?style=flat-square)](https://php.net/)
6-
[![Build Status](https://travis-ci.com/Islandora/Crayfish-Commons.svg?branch=master)](https://travis-ci.com/Islandora/Crayfish-Commons)
6+
[![Build Status](https://travis-ci.com/Islandora/Crayfish-Commons.svg?branch=main)](https://travis-ci.com/Islandora/Crayfish-Commons)
77
[![Contribution Guidelines](http://img.shields.io/badge/CONTRIBUTING-Guidelines-blue.svg)](./CONTRIBUTING.md)
88
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](./LICENSE)
9-
[![codecov](https://codecov.io/gh/Islandora/Crayfish-Commons/branch/master/graph/badge.svg)](https://codecov.io/gh/Islandora/Crayfish-Commons)
9+
[![codecov](https://codecov.io/gh/Islandora/Crayfish-Commons/branch/main/graph/badge.svg)](https://codecov.io/gh/Islandora/Crayfish-Commons)
1010

1111

1212
## Introduction

codecov.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
codecov:
22
# Default branch for CodeCov information
3-
branch: master
3+
branch: main
44

55
coverage:
66
status:
77
project:
88
default:
9-
# Only against master
9+
# Only against main
1010
branches:
11-
- master
11+
- main

0 commit comments

Comments
 (0)