From 485c6a8e3cde86f2f4c5d5fed3a2e25f53d953f3 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sat, 25 May 2019 20:42:50 -0700 Subject: [PATCH 1/7] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 033c14d6..92918239 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,9 @@ First, please read [Talk, then code](https://dave.cheney.net/2019/02/18/talk-the Next, please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests. -Then open your issue, propose your approach, and join the rest of the awesome people who've contributed their time and effort towards WTF. Without you it wouldn't be possible. +Then create your branch, write your code, submit your PR, and join the rest of the awesome people who've contributed their time and effort towards WTF. Without the contributors it wouldn't be possible. + +And don't worry if you've never written Go before, or never contributed to an open source project before, or that your code won't be good enough. For a surprising number of people WTF has been their first Go project, or first open source contribution. If you're here, and you've read this far, you're the right stuff. ### Adding Dependencies From 8e7799b3c1ba1142b8734fdf4074dd6766b9e91f Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sat, 25 May 2019 20:44:17 -0700 Subject: [PATCH 2/7] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c0664b4d..8731d83d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ Note that we have a code of conduct. Please follow it in all your interactions w build. 2. Update the static documentation with details of changes to the interface, this includes new environment variables, useful file locations and configuration parameters. -Documentation lives in the `_site` directory and is a [Hugo](https://gohugo.io) app. See Hugo's documentation for usage. +Documentation lives at [wtfdocs](https://github.com/wtfutil/wtfdocs) and is a [Hugo](https://gohugo.io) app. See Hugo's documentation for usage. ## Code of Conduct From 3ca8ca9d76faf21b6ecd766efcfe4243fcf1100b Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sat, 25 May 2019 20:46:25 -0700 Subject: [PATCH 3/7] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8731d83d..8ca09e3c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ further defined and clarified by project maintainers. ### Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at [INSERT EMAIL ADDRESS]. All +reported by contacting the project owner at chriscummer@me.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. From b47d39465f9446d6d7dde32b96d25c6119fed2bd Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sat, 25 May 2019 20:48:58 -0700 Subject: [PATCH 4/7] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 92918239..dbb3dff1 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,18 @@ A personal terminal-based dashboard utility, designed for displaying infrequently-needed, but very important, daily data. -### Twitter - -Follow [on Twitter](https://twitter.com/wtfutil) for news and latest updates. +## Communications ### Slack -If you’re a member of the Gophers Slack community (https://invite.slack.golangbridge.org) there’s now a WTFUtil channel you should join for all your WTF questions, dev conversations, etc. +If you’re a member of the Gophers Slack community (https://invite.slack.golangbridge.org) there’s a WTFUtil channel you should join for all your WTF questions, development conversations, etc. Find #wtfutil on https://gophers.slack.com/ and join us. +### Twitter + +Also, follow [on Twitter](https://twitter.com/wtfutil) for news and latest updates. + ## Screenshot

From 0f369cbc32b6fda72631c257fd229dbdc84f62e0 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sat, 25 May 2019 20:49:51 -0700 Subject: [PATCH 5/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbb3dff1..13bfeed9 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ First, please read [Talk, then code](https://dave.cheney.net/2019/02/18/talk-the Next, please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests. -Then create your branch, write your code, submit your PR, and join the rest of the awesome people who've contributed their time and effort towards WTF. Without the contributors it wouldn't be possible. +Then create your branch, write your code, submit your PR, and join the rest of the awesome people who've contributed their time and effort towards WTF. Without their contributors, WTF wouldn't be possible. And don't worry if you've never written Go before, or never contributed to an open source project before, or that your code won't be good enough. For a surprising number of people WTF has been their first Go project, or first open source contribution. If you're here, and you've read this far, you're the right stuff. From bc8b82ed9da0722f7800efc2ef5c6e60e142c60b Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sat, 25 May 2019 21:00:55 -0700 Subject: [PATCH 6/7] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13bfeed9..af7b29d6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,19 @@ A personal terminal-based dashboard utility, designed for displaying infrequently-needed, but very important, daily data. -## Communications +* [Communication](https://github.com/wtfutil/wtf/blob/master/README.md#communication) + * [Slack](https://github.com/wtfutil/wtf/blob/master/README.md#slack) + * [Twitter](https://github.com/wtfutil/wtf/blob/master/README.md#twitter) +* [Screenshot](https://github.com/wtfutil/wtf/blob/master/README.md#screenshot) +* [Quick Start](https://github.com/wtfutil/wtf/blob/master/README.md#quick-start) +* [Documentation](https://github.com/wtfutil/wtf/blob/master/README.md#documentation) + * [Contributing to the Documentation](https://github.com/wtfutil/wtf/blob/master/README.md#contributing-to-the-documentation) +* [Contributing to the Source Code](https://github.com/wtfutil/wtf/blob/master/README.md#contributing-to-the-source-code) + * [Adding Dependencies](https://github.com/wtfutil/wtf/blob/master/README.md#adding-dependencies) +* [Contributors](https://github.com/wtfutil/wtf/blob/master/README.md#contributors) +* [Acknowledgements](https://github.com/wtfutil/wtf/blob/master/README.md#acknowledgments) + +## Communication ### Slack From 6f9b837d2664b9418d35b5a5ca6a8cd37e08d4c7 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sat, 25 May 2019 21:01:49 -0700 Subject: [PATCH 7/7] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index af7b29d6..2ef6f350 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ A personal terminal-based dashboard utility, designed for displaying infrequently-needed, but very important, daily data. +* [Screenshot](https://github.com/wtfutil/wtf/blob/master/README.md#screenshot) * [Communication](https://github.com/wtfutil/wtf/blob/master/README.md#communication) * [Slack](https://github.com/wtfutil/wtf/blob/master/README.md#slack) * [Twitter](https://github.com/wtfutil/wtf/blob/master/README.md#twitter) -* [Screenshot](https://github.com/wtfutil/wtf/blob/master/README.md#screenshot) * [Quick Start](https://github.com/wtfutil/wtf/blob/master/README.md#quick-start) * [Documentation](https://github.com/wtfutil/wtf/blob/master/README.md#documentation) * [Contributing to the Documentation](https://github.com/wtfutil/wtf/blob/master/README.md#contributing-to-the-documentation) @@ -22,6 +22,12 @@ displaying infrequently-needed, but very important, daily data. * [Contributors](https://github.com/wtfutil/wtf/blob/master/README.md#contributors) * [Acknowledgements](https://github.com/wtfutil/wtf/blob/master/README.md#acknowledgments) +## Screenshot + +

+ +

+ ## Communication ### Slack @@ -34,12 +40,6 @@ Find #wtfutil on https://gophers.slack.com/ and join us. Also, follow [on Twitter](https://twitter.com/wtfutil) for news and latest updates. -## Screenshot - -

- -

- ## Quick Start [Download and run the latest binary](https://github.com/wtfutil/wtf/releases) or install from source.