From 4a8ff045e002262dd9fafe9d48a3e51a72f13067 Mon Sep 17 00:00:00 2001 From: Steve Francia Date: Thu, 19 Mar 2015 09:40:20 -0700 Subject: [PATCH 1/2] Remove "Developing" section from readme --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index a04fc308fc..ee4f46f2fb 100644 --- a/README.md +++ b/README.md @@ -13,22 +13,6 @@ Kitematic is a simple application for managing Docker containers on Mac OS X. Kitematic's documentation and other information can be found at [http://kitematic.com/docs](http://kitematic.com/docs). -### Development - -- `npm install` - -To run the app in development: - -- `npm start` - -### Building the Mac OS X Package - -- `npm run release` - -### Unit Tests - -- `npm test` - ## Uninstalling - Remove Kitematic.app From 126768f273fcb380a03eacf791c9feb087612309 Mon Sep 17 00:00:00 2001 From: Steve Francia Date: Thu, 19 Mar 2015 12:48:06 -0400 Subject: [PATCH 2/2] Adding community stuff to readme and reorganizing the structure a bit --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index ee4f46f2fb..04a7bedf08 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,23 @@ Kitematic is a simple application for managing Docker containers on Mac OS X. Kitematic's documentation and other information can be found at [http://kitematic.com/docs](http://kitematic.com/docs). +## Bugs and Feature Requests + +Have a bug or a feature request? Please first read the [Issue Guidelines](https://github.com/kitematic/kitematic/blob/master/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/kitematic/kitematic/issues/new). + +## Roadmap & Contributing + +We welcome all pull requests and contributions that anyone would like to make. The Kitematic team is super happy to support anyone who wants to get involved. Please checkout our [roadmap](ROADMAP.md) that we keep up to date for ideas to help you with contributing. We would love to talk to you about contributing. Please ask us questions and discuss contributions on our [dedicated contributors forum](https://dev.dockerproject.com/c/kitematic). + +Please read through our [Contributing Guidelines](https://github.com/kitematic/kitematic/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development. + +## Community + +- We have a [user support forum](https://forums.docker.com/c/kitematic). +- We have a [dedicated contributors forum](https://dev.dockerproject.com/c/kitematic). +- Follow [@kitematic on Twitter](https://twitter.com/kitematic). +- Read and subscribe to [The Kitematic Blog](http://blog.kitematic.com). + ## Uninstalling - Remove Kitematic.app @@ -22,23 +39,6 @@ Kitematic's documentation and other information can be found at [http://kitemati rm -rf ~/Library/Application\ Support/Kitematic ``` -## Bugs and Feature Requests - -Have a bug or a feature request? Please first read the [Issue Guidelines](https://github.com/kitematic/kitematic/blob/master/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/kitematic/kitematic/issues/new). - -## Roadmap & Contributing - -We will be accepting pull requests that help with our [roadmap](ROADMAP.md). - -Please read through our [Contributing Guidelines](https://github.com/kitematic/kitematic/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development. - -## Community - -Keep track of development and community news. - -- Follow [@kitematic on Twitter](https://twitter.com/kitematic). -- Read and subscribe to [The Kitematic Blog](http://blog.kitematic.com). - ## Copyright and License Code released under the [Apache license](LICENSE).