Skip to content

Commit

Permalink
Master -> Main Rename (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb authored Aug 31, 2020
1 parent 37b95bb commit e93f569
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you would like to submit a use case to the Islandora 8 project, please submit

### Documentation

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).
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).

### Request a new feature

Expand Down Expand Up @@ -58,9 +58,9 @@ Contributions to the Islandora codebase should be sent as GitHub pull requests.

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

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.
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.
2. Commit any changes to your fork.
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.
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.

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.

Expand Down
2 changes: 1 addition & 1 deletion Gemini/cfg/config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ syn:
enable: false
# Path to the syn config file for authentication.
# example can be found here:
# https://github.com/Islandora/Syn/blob/master/conf/syn-settings.example.xml
# https://github.com/Islandora/Syn/blob/main/conf/syn-settings.example.xml
config: ../syn-settings.xml
2 changes: 1 addition & 1 deletion Homarus/cfg/config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ syn:
enable: True
# Path to the syn config file for authentication.
# example can be found here:
# https://github.com/Islandora/Syn/blob/master/conf/syn-settings.example$
# https://github.com/Islandora/Syn/blob/main/conf/syn-settings.example$
config: ../syn-settings.xml


Expand Down
2 changes: 1 addition & 1 deletion Houdini/cfg/config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ syn:
enable: false
# Path to the syn config file for authentication.
# example can be found here:
# https://github.com/Islandora/Syn/blob/master/conf/syn-settings.example.xml
# https://github.com/Islandora/Syn/blob/main/conf/syn-settings.example.xml
config: ../syn-settings.xml
2 changes: 1 addition & 1 deletion Hypercube/cfg/config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ syn:
enable: false
# Path to the syn config file for authentication.
# example can be found here:
# https://github.com/Islandora/Syn/blob/master/conf/syn-settings.example.xml
# https://github.com/Islandora/Syn/blob/main/conf/syn-settings.example.xml
config: ../syn-settings.xml
2 changes: 1 addition & 1 deletion Milliner/cfg/config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ syn:
enable: false
# Path to the syn config file for authentication.
# example can be found here:
# https://github.com/Islandora/Syn/blob/master/conf/syn-settings.example.xml
# https://github.com/Islandora/Syn/blob/main/conf/syn-settings.example.xml
config: ../syn-settings.xml
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ![Crayfish](https://cloud.githubusercontent.com/assets/2371345/15409657/2dfb463a-1dec-11e6-9089-06df94ef3f37.png) Crayfish

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

## Introduction

Expand Down Expand Up @@ -78,5 +78,5 @@ This project has been sponsored by:
[6]: http://islandora.ca/sites/default/files/islandora_cla.pdf
[7]: http://islandora.ca/sites/default/files/islandora_ccla.pdf
[8]: http://islandora.ca/resources/contributors
[9]: https://github.com/Islandora/Syn/blob/master/conf/syn-settings.example.xml
[9]: https://github.com/Islandora/Syn/blob/main/conf/syn-settings.example.xml
[10]: https://github.com/Islandora-Devops/islandora-playbook
2 changes: 1 addition & 1 deletion Recast/cfg/config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ syn:
enable: false
# Path to the syn config file for authentication.
# example can be found here:
# https://github.com/Islandora/Syn/blob/master/conf/syn-settings.example.xml
# https://github.com/Islandora/Syn/blob/main/conf/syn-settings.example.xml
config: ../syn-settings.xml

# Add namespace prefixes used by Fedora for recast service
Expand Down
6 changes: 3 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
codecov:
# Default branch for CodeCov information
branch: master
branch: main

coverage:
status:
project:
default:
# Only against master
# Only against main
branches:
- master
- main

0 comments on commit e93f569

Please sign in to comment.