mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Make Slack logo blue.
This commit is contained in:
parent
f34fdb8e33
commit
b0a0821874
@ -1,3 +1,5 @@
|
|||||||
|
[![Slack Room][slack-badge]][slack-link]
|
||||||
|
|
||||||
# Contributing to Fisherman
|
# 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.
|
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.
|
* 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.
|
* 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
|
## 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`.
|
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:
|
: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 -->
|
<!-- Links -->
|
||||||
|
|
||||||
[org]: https://github.com/fisherman
|
[issues]: https://github.com/fisherman/fisherman/issues?q=is%3Aopen+is%3Aissue
|
||||||
[bugs]: https://github.com/fisherman/fisherman/issues
|
[commits]: http://chris.beams.io/posts/git-commit/#seven-rules
|
||||||
[issues]: https://github.com/fisherman/fisherman/issues?q=is%3Aopen+is%3Aissue
|
|
||||||
[fishtape]: https://github.com/fisherman/fishtape
|
[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
|
<!-- Plugins -->
|
||||||
[fisher-index]: https://github.com/fisherman/fisher-index
|
|
||||||
[wharf-link]: https://fisherman-wharf.herokuapp.com/
|
[fishery]: https://github.com/fishery
|
||||||
[wharf-badge]: https://img.shields.io/badge/wharf-join%20the%20chat-00cc99.svg?style=flat-square
|
|
||||||
|
16
README.md
16
README.md
@ -1,21 +1,21 @@
|
|||||||
<a name="fisherman"></a>
|
<a name="fisherman"></a>
|
||||||
|
|
||||||
<p align="center">
|
<h3 align="center">
|
||||||
<br>
|
<br>
|
||||||
<a href="http://fisherman.sh">
|
<a href="http://fisherman.sh">
|
||||||
<img
|
<img
|
||||||
alt="Fisherman"
|
alt="Fisherman"
|
||||||
width=660px
|
width=650px
|
||||||
src="https://rawgit.com/fisherman/logo/master/fisherman-black-white.svg">
|
src="https://rawgit.com/fisherman/logo/master/fisherman-black-white.svg">
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
</p>
|
</h3>
|
||||||
|
|
||||||
[![Build Status][travis-badge]][travis-link]
|
[![Build Status][travis-badge]][travis-link]
|
||||||
[![Fisherman Version][version-badge]][version-link]
|
[![Fisherman Version][version-badge]][version-link]
|
||||||
[![Wharf][wharf-badge]][wharf-link]
|
[![Slack Room][slack-badge]][slack-link]
|
||||||
|
|
||||||
<hr>
|
<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
|
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">
|
<p align="center">
|
||||||
<a href="https://github.com/fisherman/fisherman/wiki/Performance">
|
<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
|
## 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:
|
: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
|
[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-badge]: https://img.shields.io/badge/latest-v0.7.0-00B9FF.svg?style=flat-square
|
||||||
[version-link]: https://github.com/fisherman/fisherman/releases
|
[version-link]: https://github.com/fisherman/fisherman/releases
|
||||||
[wharf-link]: https://fisherman-wharf.herokuapp.com/
|
[slack-link]: https://fisherman-wharf.herokuapp.com/
|
||||||
[wharf-badge]: https://img.shields.io/badge/slack-join%20the%20chat-00cc99.svg?style=flat-square
|
[slack-badge]: https://img.shields.io/badge/slack-join%20the%20chat-00B9FF.svg?style=flat-square
|
||||||
|
|
||||||
<!-- About -->
|
<!-- About -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user