From abc2e98da794769156d69115ddfefe74a52dd422 Mon Sep 17 00:00:00 2001 From: Michael Newman Date: Sun, 24 Feb 2019 01:46:15 -0500 Subject: [PATCH 01/10] docs: make default variable names consistent (#165) --- docs/Options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Options.md b/docs/Options.md index cd72b68..cd00168 100644 --- a/docs/Options.md +++ b/docs/Options.md @@ -340,7 +340,7 @@ By default, Battery section is shown only if battery level is below `SPACEFISH_B | :--- | :---: | --- | | `SPACEFISH_BATTERY_SHOW` | `true` | Show battery section \(`true`, `false`, `always` or `charged`\) | | `SPACEFISH_BATTERY_PREFIX` | ` ` | Prefix before battery section | -| `SPACEFISH_BATTERY_SUFFIX` | `SPACEFISH_PROMPT_DEFAULT_SUFFIX` | Suffix after battery section | +| `SPACEFISH_BATTERY_SUFFIX` | `$SPACEFISH_PROMPT_DEFAULT_SUFFIX` | Suffix after battery section | | `SPACEFISH_BATTERY_SYMBOL_CHARGING` | `鈬 | Character to be shown if battery is charging | | `SPACEFISH_BATTERY_SYMBOL_DISCHARGING` | `鈬 | Character to be shown if battery is discharging | | `SPACEFISH_BATTERY_SYMBOL_FULL` | `鈥 | Character to be shown if battery is full | @@ -363,7 +363,7 @@ This section shows mode indicator only when Vi-mode is enabled. | :--- | :---: | --- | | `SPACEFISH_VI_MODE_SHOW` | `true` | Shown current Vi-mode or not | | `SPACEFISH_VI_MODE_PREFIX` | ` ` | Prefix before Vi-mode section | -| `SPACEFISH_VI_MODE_SUFFIX` | `SPACEFISH_PROMPT_DEFAULT_SUFFIX` | Suffix after Vi-mode section | +| `SPACEFISH_VI_MODE_SUFFIX` | `$SPACEFISH_PROMPT_DEFAULT_SUFFIX` | Suffix after Vi-mode section | | `SPACEFISH_VI_MODE_INSERT` | `[I]` | Text to be shown when in insert mode | | `SPACEFISH_VI_MODE_NORMAL` | `[N]` | Text to be shown when in normal mode | | `SPACEFISH_VI_MODE_VISUAL` | `[V]` | Text to be shown when in visual mode | From 5006c932a2ad0cf886bf8141d927b4c32211dccb Mon Sep 17 00:00:00 2001 From: Michael Newman Date: Sun, 24 Feb 2019 01:49:40 -0500 Subject: [PATCH 02/10] tests: fix error message when running tests more than once (#166) Adding -p to the mkdir command makes it so the error is no longer an issue. --- tests/__sf_section_node.test.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/__sf_section_node.test.fish b/tests/__sf_section_node.test.fish index 16fa5ac..12622a4 100644 --- a/tests/__sf_section_node.test.fish +++ b/tests/__sf_section_node.test.fish @@ -103,7 +103,7 @@ test "Prints nodenv version when nodenv is installed" test "Prints nothing when using the \"system\" version of node with nvm" ( - mkdir /tmp/tmp-spacefish/node_modules + mkdir -p /tmp/tmp-spacefish/node_modules mock nvm current 0 "echo \"system\"" ) = (__sf_section_node) end From 3d777fce23fed43b7c7b0c6e596de072ea1815c3 Mon Sep 17 00:00:00 2001 From: Michael Newman Date: Sun, 24 Feb 2019 12:09:40 -0500 Subject: [PATCH 03/10] feat: add Python venv section (#164) This PR adds the requested features to #146 Tests and docs updated as well --- README.md | 3 +- docs/Options.md | 38 +++++++++++++++-------- fish_prompt.fish | 2 +- functions/__sf_section_venv.fish | 36 ++++++++++++++++++++++ tests/__sf_section_venv.test.fish | 50 +++++++++++++++++++++++++++++++ 5 files changed, 115 insertions(+), 14 deletions(-) create mode 100644 functions/__sf_section_venv.fish create mode 100644 tests/__sf_section_venv.test.fish diff --git a/README.md b/README.md index ce8d87c..e6fdc18 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,9 @@ Spacefish is a minimalistic, powerful and extremely customizable Date: Sun, 24 Feb 2019 12:11:17 -0500 Subject: [PATCH 04/10] docs: add @newmaniese as a contributor --- .all-contributorsrc | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index a9b2fd9..dc1f92d 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -142,6 +142,18 @@ "bug", "code" ] + }, + { + "login": "newmaniese", + "name": "Michael Newman", + "avatar_url": "https://avatars1.githubusercontent.com/u/64894?v=4", + "profile": "http://newmaniese.com", + "contributions": [ + "bug", + "code", + "doc", + "test" + ] } ] } diff --git a/README.md b/README.md index e6fdc18..f1e759f 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds | [
Matan Kushner](https://twitter.com/matchai)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Amatchai "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=matchai "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=matchai "Documentation") [馃憖](#review-matchai "Reviewed Pull Requests") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=matchai "Tests") [馃敡](#tool-matchai "Tools") [馃帹](#design-matchai "Design") | [
Tiffany Le-Nguyen](https://github.com/sirMerr)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3AsirMerr "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=sirMerr "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=sirMerr "Documentation") [馃憖](#review-sirMerr "Reviewed Pull Requests") | [
Snuggle](https://github.com/Snuggle)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3ASnuggle "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=Snuggle "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=Snuggle "Documentation") [馃憖](#review-Snuggle "Reviewed Pull Requests") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=Snuggle "Tests") | [
Jaskaran Bindra](https://github.com/jskrnbindra)
[馃捇](https://github.com/matchai/spacefish/commits?author=jskrnbindra "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=jskrnbindra "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=jskrnbindra "Tests") | [
Konstantin Labun](https://labun.me)
[馃捇](https://github.com/matchai/spacefish/commits?author=kulabun "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=kulabun "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=kulabun "Tests") | [
Kyle Holzinger](https://medium.com/@kyleholzinger)
[馃捇](https://github.com/matchai/spacefish/commits?author=kyleholzinger "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=kyleholzinger "Documentation") | [
Salmanul Farzy](https://github.com/salmanulfarzy)
[馃捇](https://github.com/matchai/spacefish/commits?author=salmanulfarzy "Code") [馃憖](#review-salmanulfarzy "Reviewed Pull Requests") | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | -| [
owais](https://owais.lone.pw)
[馃捇](https://github.com/matchai/spacefish/commits?author=owais "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=owais "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=owais "Tests") | [
Samantha Enders](https://github.com/ladysamantha)
[馃捇](https://github.com/matchai/spacefish/commits?author=ladysamantha "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=ladysamantha "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=ladysamantha "Tests") | [
Evan Relf](https://evanrelf.com)
[馃捇](https://github.com/matchai/spacefish/commits?author=evanrelf "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=evanrelf "Documentation") | [
Jason Etcovitch](https://jasonet.co)
[馃捇](https://github.com/matchai/spacefish/commits?author=JasonEtco "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=JasonEtco "Documentation") | [
hrvoj3e](https://github.com/hrvoj3e)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Ahrvoj3e "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=hrvoj3e "Code") | +| [
owais](https://owais.lone.pw)
[馃捇](https://github.com/matchai/spacefish/commits?author=owais "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=owais "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=owais "Tests") | [
Samantha Enders](https://github.com/ladysamantha)
[馃捇](https://github.com/matchai/spacefish/commits?author=ladysamantha "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=ladysamantha "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=ladysamantha "Tests") | [
Evan Relf](https://evanrelf.com)
[馃捇](https://github.com/matchai/spacefish/commits?author=evanrelf "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=evanrelf "Documentation") | [
Jason Etcovitch](https://jasonet.co)
[馃捇](https://github.com/matchai/spacefish/commits?author=JasonEtco "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=JasonEtco "Documentation") | [
hrvoj3e](https://github.com/hrvoj3e)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Ahrvoj3e "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=hrvoj3e "Code") | [
Michael Newman](http://newmaniese.com)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Anewmaniese "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=newmaniese "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=newmaniese "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=newmaniese "Tests") | This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! From 18b4ede122191ff2f980a370c024d159be69f782 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 24 Feb 2019 17:16:26 +0000 Subject: [PATCH 05/10] chore(release): 2.3.0 [skip ci] # [2.3.0](https://github.com/matchai/spacefish/compare/v2.2.4...v2.3.0) (2019-02-24) ### Features * add Python venv section ([#164](https://github.com/matchai/spacefish/issues/164)) ([3d777fc](https://github.com/matchai/spacefish/commit/3d777fc)), closes [#146](https://github.com/matchai/spacefish/issues/146) --- CHANGELOG.md | 7 +++++++ fish_prompt.fish | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbadd21..4cf1b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0](https://github.com/matchai/spacefish/compare/v2.2.4...v2.3.0) (2019-02-24) + + +### Features + +* add Python venv section ([#164](https://github.com/matchai/spacefish/issues/164)) ([3d777fc](https://github.com/matchai/spacefish/commit/3d777fc)), closes [#146](https://github.com/matchai/spacefish/issues/146) + ## [2.2.4](https://github.com/matchai/spacefish/compare/v2.2.3...v2.2.4) (2019-02-17) diff --git a/fish_prompt.fish b/fish_prompt.fish index 637a917..1aff730 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -1,7 +1,7 @@ function fish_prompt # Store the exit code of the last command set -g sf_exit_code $status - set -g SPACEFISH_VERSION 2.2.4 + set -g SPACEFISH_VERSION 2.3.0 # ------------------------------------------------------------------------------ # Configuration From 8a3585cdeb0d781528c21ffb4be8d2fcf4995245 Mon Sep 17 00:00:00 2001 From: Konrad Date: Sat, 2 Mar 2019 18:34:37 +0100 Subject: [PATCH 06/10] fix: correct typo in venv configuration variables (#167) --- functions/__sf_section_venv.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/__sf_section_venv.fish b/functions/__sf_section_venv.fish index 4abf325..204fa89 100644 --- a/functions/__sf_section_venv.fish +++ b/functions/__sf_section_venv.fish @@ -10,7 +10,7 @@ function __sf_section_venv -d "Show current virtual Python environment" __sf_util_set_default SPACEFISH_VENV_PREFIX $SPACEFISH_PROMPT_DEFAULT_PREFIX __sf_util_set_default SPACEFISH_VENV_SUFFIX $SPACEFISH_PROMPT_DEFAULT_SUFFIX __sf_util_set_default SPACEFISH_VENV_SYMBOL "路" - __sf_util_set_default SPACESHIP_VENV_GENERIC_NAMES virtualenv venv .venv + __sf_util_set_default SPACEFISH_VENV_GENERIC_NAMES virtualenv venv .venv __sf_util_set_default SPACEFISH_VENV_COLOR blue # ------------------------------------------------------------------------------ @@ -24,7 +24,7 @@ function __sf_section_venv -d "Show current virtual Python environment" test -n "$VIRTUAL_ENV"; or return set -l venv (basename $VIRTUAL_ENV) - if contains $venv $SPACESHIP_VENV_GENERIC_NAMES + if contains $venv $SPACEFISH_VENV_GENERIC_NAMES set venv (basename (dirname $VIRTUAL_ENV)) end From 3f0619c05e5cc935282d206a5f1c945c727e8561 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 2 Mar 2019 17:38:55 +0000 Subject: [PATCH 07/10] chore(release): 2.3.1 [skip ci] ## [2.3.1](https://github.com/matchai/spacefish/compare/v2.3.0...v2.3.1) (2019-03-02) ### Bug Fixes * correct typo in venv configuration variables ([#167](https://github.com/matchai/spacefish/issues/167)) ([8a3585c](https://github.com/matchai/spacefish/commit/8a3585c)) --- CHANGELOG.md | 7 +++++++ fish_prompt.fish | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf1b98..f2e4800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.1](https://github.com/matchai/spacefish/compare/v2.3.0...v2.3.1) (2019-03-02) + + +### Bug Fixes + +* correct typo in venv configuration variables ([#167](https://github.com/matchai/spacefish/issues/167)) ([8a3585c](https://github.com/matchai/spacefish/commit/8a3585c)) + # [2.3.0](https://github.com/matchai/spacefish/compare/v2.2.4...v2.3.0) (2019-02-24) diff --git a/fish_prompt.fish b/fish_prompt.fish index 1aff730..9cc1676 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -1,7 +1,7 @@ function fish_prompt # Store the exit code of the last command set -g sf_exit_code $status - set -g SPACEFISH_VERSION 2.3.0 + set -g SPACEFISH_VERSION 2.3.1 # ------------------------------------------------------------------------------ # Configuration From 3c0f0a5ee0b2eaeb43746f465348266903545a28 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Sat, 2 Mar 2019 12:41:10 -0500 Subject: [PATCH 08/10] docs: add k-lyda as a contributor (#168) Adds @k-lyda as a contributor for bug. This was requested by matchai [in this comment](https://github.com/matchai/spacefish/pull/167#issuecomment-468942045) Co-authored-by: null Co-authored-by: Matan Kushner --- .all-contributorsrc | 12 +++++++++++- README.md | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index dc1f92d..8343e3c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -154,6 +154,16 @@ "doc", "test" ] + }, + { + "login": "k-lyda", + "name": "Konrad", + "avatar_url": "https://avatars0.githubusercontent.com/u/6491400?v=4", + "profile": "https://github.com/k-lyda", + "contributions": [ + "bug" + ] } - ] + ], + "contributorsPerLine": 7 } diff --git a/README.md b/README.md index f1e759f..ec34add 100644 --- a/README.md +++ b/README.md @@ -136,9 +136,9 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds -| [
Matan Kushner](https://twitter.com/matchai)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Amatchai "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=matchai "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=matchai "Documentation") [馃憖](#review-matchai "Reviewed Pull Requests") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=matchai "Tests") [馃敡](#tool-matchai "Tools") [馃帹](#design-matchai "Design") | [
Tiffany Le-Nguyen](https://github.com/sirMerr)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3AsirMerr "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=sirMerr "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=sirMerr "Documentation") [馃憖](#review-sirMerr "Reviewed Pull Requests") | [
Snuggle](https://github.com/Snuggle)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3ASnuggle "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=Snuggle "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=Snuggle "Documentation") [馃憖](#review-Snuggle "Reviewed Pull Requests") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=Snuggle "Tests") | [
Jaskaran Bindra](https://github.com/jskrnbindra)
[馃捇](https://github.com/matchai/spacefish/commits?author=jskrnbindra "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=jskrnbindra "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=jskrnbindra "Tests") | [
Konstantin Labun](https://labun.me)
[馃捇](https://github.com/matchai/spacefish/commits?author=kulabun "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=kulabun "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=kulabun "Tests") | [
Kyle Holzinger](https://medium.com/@kyleholzinger)
[馃捇](https://github.com/matchai/spacefish/commits?author=kyleholzinger "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=kyleholzinger "Documentation") | [
Salmanul Farzy](https://github.com/salmanulfarzy)
[馃捇](https://github.com/matchai/spacefish/commits?author=salmanulfarzy "Code") [馃憖](#review-salmanulfarzy "Reviewed Pull Requests") | +| [Matan Kushner
Matan Kushner](https://twitter.com/matchai)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Amatchai "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=matchai "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=matchai "Documentation") [馃憖](#review-matchai "Reviewed Pull Requests") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=matchai "Tests") [馃敡](#tool-matchai "Tools") [馃帹](#design-matchai "Design") | [Tiffany Le-Nguyen
Tiffany Le-Nguyen](https://github.com/sirMerr)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3AsirMerr "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=sirMerr "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=sirMerr "Documentation") [馃憖](#review-sirMerr "Reviewed Pull Requests") | [Snuggle
Snuggle](https://github.com/Snuggle)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3ASnuggle "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=Snuggle "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=Snuggle "Documentation") [馃憖](#review-Snuggle "Reviewed Pull Requests") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=Snuggle "Tests") | [Jaskaran Bindra
Jaskaran Bindra](https://github.com/jskrnbindra)
[馃捇](https://github.com/matchai/spacefish/commits?author=jskrnbindra "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=jskrnbindra "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=jskrnbindra "Tests") | [Konstantin Labun
Konstantin Labun](https://labun.me)
[馃捇](https://github.com/matchai/spacefish/commits?author=kulabun "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=kulabun "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=kulabun "Tests") | [Kyle Holzinger
Kyle Holzinger](https://medium.com/@kyleholzinger)
[馃捇](https://github.com/matchai/spacefish/commits?author=kyleholzinger "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=kyleholzinger "Documentation") | [Salmanul Farzy
Salmanul Farzy](https://github.com/salmanulfarzy)
[馃捇](https://github.com/matchai/spacefish/commits?author=salmanulfarzy "Code") [馃憖](#review-salmanulfarzy "Reviewed Pull Requests") | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | -| [
owais](https://owais.lone.pw)
[馃捇](https://github.com/matchai/spacefish/commits?author=owais "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=owais "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=owais "Tests") | [
Samantha Enders](https://github.com/ladysamantha)
[馃捇](https://github.com/matchai/spacefish/commits?author=ladysamantha "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=ladysamantha "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=ladysamantha "Tests") | [
Evan Relf](https://evanrelf.com)
[馃捇](https://github.com/matchai/spacefish/commits?author=evanrelf "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=evanrelf "Documentation") | [
Jason Etcovitch](https://jasonet.co)
[馃捇](https://github.com/matchai/spacefish/commits?author=JasonEtco "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=JasonEtco "Documentation") | [
hrvoj3e](https://github.com/hrvoj3e)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Ahrvoj3e "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=hrvoj3e "Code") | [
Michael Newman](http://newmaniese.com)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Anewmaniese "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=newmaniese "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=newmaniese "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=newmaniese "Tests") | +| [owais
owais](https://owais.lone.pw)
[馃捇](https://github.com/matchai/spacefish/commits?author=owais "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=owais "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=owais "Tests") | [Samantha Enders
Samantha Enders](https://github.com/ladysamantha)
[馃捇](https://github.com/matchai/spacefish/commits?author=ladysamantha "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=ladysamantha "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=ladysamantha "Tests") | [Evan Relf
Evan Relf](https://evanrelf.com)
[馃捇](https://github.com/matchai/spacefish/commits?author=evanrelf "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=evanrelf "Documentation") | [Jason Etcovitch
Jason Etcovitch](https://jasonet.co)
[馃捇](https://github.com/matchai/spacefish/commits?author=JasonEtco "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=JasonEtco "Documentation") | [hrvoj3e
hrvoj3e](https://github.com/hrvoj3e)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Ahrvoj3e "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=hrvoj3e "Code") | [Michael Newman
Michael Newman](http://newmaniese.com)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Anewmaniese "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=newmaniese "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=newmaniese "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=newmaniese "Tests") | [Konrad
Konrad](https://github.com/k-lyda)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Ak-lyda "Bug reports") | This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! From 258a252e796f2bcde4f432bf1353fab02fa87462 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Sat, 2 Mar 2019 12:45:41 -0500 Subject: [PATCH 09/10] docs: add dubnev as a contributor (#169) Adds @dubnev as a contributor for bug. This was requested by matchai [in this comment](https://github.com/matchai/spacefish/pull/159#issuecomment-468942486) Co-authored-by: null --- .all-contributorsrc | 9 +++++++++ README.md | 1 + 2 files changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 8343e3c..e509b09 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -163,6 +163,15 @@ "contributions": [ "bug" ] + }, + { + "login": "dubnev", + "name": "Will Neville", + "avatar_url": "https://avatars1.githubusercontent.com/u/3227558?v=4", + "profile": "https://github.com/dubnev", + "contributions": [ + "bug" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index ec34add..0b45c0b 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds | [Matan Kushner
Matan Kushner](https://twitter.com/matchai)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Amatchai "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=matchai "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=matchai "Documentation") [馃憖](#review-matchai "Reviewed Pull Requests") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=matchai "Tests") [馃敡](#tool-matchai "Tools") [馃帹](#design-matchai "Design") | [Tiffany Le-Nguyen
Tiffany Le-Nguyen](https://github.com/sirMerr)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3AsirMerr "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=sirMerr "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=sirMerr "Documentation") [馃憖](#review-sirMerr "Reviewed Pull Requests") | [Snuggle
Snuggle](https://github.com/Snuggle)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3ASnuggle "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=Snuggle "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=Snuggle "Documentation") [馃憖](#review-Snuggle "Reviewed Pull Requests") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=Snuggle "Tests") | [Jaskaran Bindra
Jaskaran Bindra](https://github.com/jskrnbindra)
[馃捇](https://github.com/matchai/spacefish/commits?author=jskrnbindra "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=jskrnbindra "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=jskrnbindra "Tests") | [Konstantin Labun
Konstantin Labun](https://labun.me)
[馃捇](https://github.com/matchai/spacefish/commits?author=kulabun "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=kulabun "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=kulabun "Tests") | [Kyle Holzinger
Kyle Holzinger](https://medium.com/@kyleholzinger)
[馃捇](https://github.com/matchai/spacefish/commits?author=kyleholzinger "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=kyleholzinger "Documentation") | [Salmanul Farzy
Salmanul Farzy](https://github.com/salmanulfarzy)
[馃捇](https://github.com/matchai/spacefish/commits?author=salmanulfarzy "Code") [馃憖](#review-salmanulfarzy "Reviewed Pull Requests") | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | [owais
owais](https://owais.lone.pw)
[馃捇](https://github.com/matchai/spacefish/commits?author=owais "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=owais "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=owais "Tests") | [Samantha Enders
Samantha Enders](https://github.com/ladysamantha)
[馃捇](https://github.com/matchai/spacefish/commits?author=ladysamantha "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=ladysamantha "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=ladysamantha "Tests") | [Evan Relf
Evan Relf](https://evanrelf.com)
[馃捇](https://github.com/matchai/spacefish/commits?author=evanrelf "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=evanrelf "Documentation") | [Jason Etcovitch
Jason Etcovitch](https://jasonet.co)
[馃捇](https://github.com/matchai/spacefish/commits?author=JasonEtco "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=JasonEtco "Documentation") | [hrvoj3e
hrvoj3e](https://github.com/hrvoj3e)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Ahrvoj3e "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=hrvoj3e "Code") | [Michael Newman
Michael Newman](http://newmaniese.com)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Anewmaniese "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=newmaniese "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=newmaniese "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=newmaniese "Tests") | [Konrad
Konrad](https://github.com/k-lyda)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Ak-lyda "Bug reports") | +| [Will Neville
Will Neville](https://github.com/dubnev)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Adubnev "Bug reports") | This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! From 5da450cb9c2f8a0cafe8d27e43a4b91265e4b933 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Sat, 2 Mar 2019 12:47:04 -0500 Subject: [PATCH 10/10] docs: add danieltrautmann as a contributor (#170) * docs: update README.md * docs: update .all-contributorsrc Co-authored-by: null --- .all-contributorsrc | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index e509b09..8efec89 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -172,6 +172,15 @@ "contributions": [ "bug" ] + }, + { + "login": "danieltrautmann", + "name": "Daniel Trautmann", + "avatar_url": "https://avatars1.githubusercontent.com/u/4022138?v=4", + "profile": "https://github.com/danieltrautmann", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index 0b45c0b..4ce6ebf 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds | [Matan Kushner
Matan Kushner](https://twitter.com/matchai)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Amatchai "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=matchai "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=matchai "Documentation") [馃憖](#review-matchai "Reviewed Pull Requests") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=matchai "Tests") [馃敡](#tool-matchai "Tools") [馃帹](#design-matchai "Design") | [Tiffany Le-Nguyen
Tiffany Le-Nguyen](https://github.com/sirMerr)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3AsirMerr "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=sirMerr "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=sirMerr "Documentation") [馃憖](#review-sirMerr "Reviewed Pull Requests") | [Snuggle
Snuggle](https://github.com/Snuggle)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3ASnuggle "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=Snuggle "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=Snuggle "Documentation") [馃憖](#review-Snuggle "Reviewed Pull Requests") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=Snuggle "Tests") | [Jaskaran Bindra
Jaskaran Bindra](https://github.com/jskrnbindra)
[馃捇](https://github.com/matchai/spacefish/commits?author=jskrnbindra "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=jskrnbindra "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=jskrnbindra "Tests") | [Konstantin Labun
Konstantin Labun](https://labun.me)
[馃捇](https://github.com/matchai/spacefish/commits?author=kulabun "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=kulabun "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=kulabun "Tests") | [Kyle Holzinger
Kyle Holzinger](https://medium.com/@kyleholzinger)
[馃捇](https://github.com/matchai/spacefish/commits?author=kyleholzinger "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=kyleholzinger "Documentation") | [Salmanul Farzy
Salmanul Farzy](https://github.com/salmanulfarzy)
[馃捇](https://github.com/matchai/spacefish/commits?author=salmanulfarzy "Code") [馃憖](#review-salmanulfarzy "Reviewed Pull Requests") | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | [owais
owais](https://owais.lone.pw)
[馃捇](https://github.com/matchai/spacefish/commits?author=owais "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=owais "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=owais "Tests") | [Samantha Enders
Samantha Enders](https://github.com/ladysamantha)
[馃捇](https://github.com/matchai/spacefish/commits?author=ladysamantha "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=ladysamantha "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=ladysamantha "Tests") | [Evan Relf
Evan Relf](https://evanrelf.com)
[馃捇](https://github.com/matchai/spacefish/commits?author=evanrelf "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=evanrelf "Documentation") | [Jason Etcovitch
Jason Etcovitch](https://jasonet.co)
[馃捇](https://github.com/matchai/spacefish/commits?author=JasonEtco "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=JasonEtco "Documentation") | [hrvoj3e
hrvoj3e](https://github.com/hrvoj3e)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Ahrvoj3e "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=hrvoj3e "Code") | [Michael Newman
Michael Newman](http://newmaniese.com)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Anewmaniese "Bug reports") [馃捇](https://github.com/matchai/spacefish/commits?author=newmaniese "Code") [馃摉](https://github.com/matchai/spacefish/commits?author=newmaniese "Documentation") [鈿狅笍](https://github.com/matchai/spacefish/commits?author=newmaniese "Tests") | [Konrad
Konrad](https://github.com/k-lyda)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Ak-lyda "Bug reports") | -| [Will Neville
Will Neville](https://github.com/dubnev)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Adubnev "Bug reports") | +| [Will Neville
Will Neville](https://github.com/dubnev)
[馃悰](https://github.com/matchai/spacefish/issues?q=author%3Adubnev "Bug reports") | [Daniel Trautmann
Daniel Trautmann](https://github.com/danieltrautmann)
[馃捇](https://github.com/matchai/spacefish/commits?author=danieltrautmann "Code") | This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!