Skip to content

Commit

Permalink
Merge pull request #66 from samvera-labs/fix_branch_name_in_readme
Browse files Browse the repository at this point in the history
Fix reference in README to main branch
  • Loading branch information
jrgriffiniii authored Mar 15, 2022
2 parents 107e73f + 6e3bc37 commit 029f6c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bixby: I'd buy that for a dollar!
[Jump in on Slack](http://slack.samvera.org/)

<p align="left">
<img src="https://raw.githubusercontent.com/curationexperts/hycop/master/logo/murphy.jpg" alt="Murphy Sketch"/>
<img src="logo/murphy.jpg" alt="Murphy Sketch"/>
</p>

# What is Bixby?
Expand Down Expand Up @@ -66,14 +66,14 @@ Bixby is available under [the Apache 2.0 license](LICENSE.md).
```
github_changelog_generator --user samvera --project bixby --token YOUR_GITHUB_TOKEN_HERE
```
1. Commit these changes to the master branch
1. Commit these changes to the main branch
1. Run `rake release`

## Contributing

If you're working on a PR for this project, create a feature branch off of `main`.

This repository follows the [Samvera Community Code of Conduct](https://samvera.atlassian.net/wiki/spaces/samvera/pages/405212316/Code+of+Conduct) and [language recommendations](https://github.com/samvera/maintenance/blob/master/templates/CONTRIBUTING.md#language). Please ***do not*** create a branch called `master` for this repository or as part of your pull request; the branch will either need to be removed or renamed before it can be considered for inclusion in the code base and history of this repository.
This repository follows the [Samvera Community Code of Conduct](https://samvera.atlassian.net/wiki/spaces/samvera/pages/405212316/Code+of+Conduct) and [language recommendations](https://github.com/samvera/maintenance/blob/main/templates/CONTRIBUTING.md#language). Please ***do not*** create a branch called `master` for this repository or as part of your pull request; the branch will either need to be removed or renamed before it can be considered for inclusion in the code base and history of this repository.

## Acknowledgments

Expand Down

0 comments on commit 029f6c2

Please sign in to comment.