Make Slack logo blue.

This commit is contained in:
Jorge Bucaran 2016-02-11 13:18:43 +09:00
parent d46ec4a2a8
commit bf6806eb15
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30
2 changed files with 23 additions and 20 deletions

View file

@ -1,3 +1,5 @@
[![Slack Room][slack-badge]][slack-link]
# Contributing to Fisherman
If you are looking for ways to help, peruse the [open issues][issues]. If you are already working on something, feel free to send us a PR.
@ -6,30 +8,31 @@ If you are looking for ways to help, peruse the [open issues][issues]. If you ar
* Fork the repo and create your feature branch from master.
* Test before you push. Get familiar with **[Fishtape][fishtape]**.
* Test before you push. Get familiar with [Fishtape][fishtape].
* If you've changed APIs, update the documentation.
* Follow the [seven rules][seven-rules] of a great git commit message.
* Follow the [seven rules][commits] of a great git commit message.
## Plugins
Third-party plugins are essential for keeping this project exciting. To learn how to create your own plugins and other extensions see `fisher help plugins`.
To browse the available content use `fisher search` or see the [Fisherman Index][fisher-index].
To browse the available content use `fisher search` or browse the [Fishery][fishery].
:anchor:
<!-- Badges -->
[slack-link]: https://fisherman-wharf.herokuapp.com/
[slack-badge]: https://img.shields.io/badge/slack-join%20the%20chat-00B9FF.svg?style=flat-square
<!-- Links -->
[org]: https://github.com/fisherman
[bugs]: https://github.com/fisherman/fisherman/issues
[issues]: https://github.com/fisherman/fisherman/issues?q=is%3Aopen+is%3Aissue
[issues]: https://github.com/fisherman/fisherman/issues?q=is%3Aopen+is%3Aissue
[commits]: http://chris.beams.io/posts/git-commit/#seven-rules
[fishtape]: https://github.com/fisherman/fishtape
[fish-docs]: http://fishshell.com/docs/current/index.html
[seven-rules]: http://chris.beams.io/posts/git-commit/#seven-rules
[fisher-index]: https://github.com/fisherman/fisher-index
[wharf-link]: https://fisherman-wharf.herokuapp.com/
[wharf-badge]: https://img.shields.io/badge/wharf-join%20the%20chat-00cc99.svg?style=flat-square
<!-- Plugins -->
[fishery]: https://github.com/fishery

View file

@ -1,21 +1,21 @@
<a name="fisherman"></a>
<p align="center">
<h3 align="center">
<br>
<a href="http://fisherman.sh">
<img
alt="Fisherman"
width=660px
width=650px
src="https://rawgit.com/fisherman/logo/master/fisherman-black-white.svg">
</a>
<br>
<br>
<br>
</p>
</h3>
[![Build Status][travis-badge]][travis-link]
[![Fisherman Version][version-badge]][version-link]
[![Wharf][wharf-badge]][wharf-link]
[![Slack Room][slack-badge]][slack-link]
<hr>
@ -33,7 +33,7 @@ The following benchmarks were calculated using a 2.4 GHz Intel Core i5 MacBook P
time -p fish -ic exit
```
Fisherman runs virtually no initialization code making it as fast as no Fisherman. Fundle performs well, but still [runs][fundle] cumbersome startup code. Oh My Fish! has the worst performance at `0.21` seconds for a lightweight setup.
Fisherman runs virtually no initialization code making it as fast as no Fisherman. Oh My Fish! has the worst performance at `0.21` seconds for a lightweight setup.
<p align="center">
<a href="https://github.com/fisherman/fisherman/wiki/Performance">
@ -48,7 +48,7 @@ Fisherman runs virtually no initialization code making it as fast as no Fisherma
## Documentation
For documentation and guides [see the wiki][wiki]. For questions and feedback join the Slack [room][wharf-link] or browse the [issues][issues].
For documentation and guides [see the wiki][wiki]. For questions and feedback join the Slack [room][slack-link] or browse the [issues][issues].
:anchor:
@ -58,8 +58,8 @@ For documentation and guides [see the wiki][wiki]. For questions and feedback jo
[travis-badge]: https://img.shields.io/travis/fisherman/fisherman.svg?style=flat-square
[version-badge]: https://img.shields.io/badge/latest-v0.7.0-00B9FF.svg?style=flat-square
[version-link]: https://github.com/fisherman/fisherman/releases
[wharf-link]: https://fisherman-wharf.herokuapp.com/
[wharf-badge]: https://img.shields.io/badge/slack-join%20the%20chat-00cc99.svg?style=flat-square
[slack-link]: https://fisherman-wharf.herokuapp.com/
[slack-badge]: https://img.shields.io/badge/slack-join%20the%20chat-00B9FF.svg?style=flat-square
<!-- About -->