From 87f4b7289ce47d3dc537c6e2f338a8e76ef9bca6 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Mon, 10 Aug 2015 14:11:41 -0700 Subject: [PATCH 1/4] Create TESTING.md --- TESTING.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 TESTING.md diff --git a/TESTING.md b/TESTING.md new file mode 100644 index 0000000000..f0dd0a0cff --- /dev/null +++ b/TESTING.md @@ -0,0 +1,36 @@ +Docker Toolbox Testing +====================== + +Testing is mostly manual for now. Below you'll find a checklist of cases that have been covered by each release: + +## Toolbox 1.8.0 + +### Mac OS X 10.11 + +- [ ] Install + Quick Start +- [ ] Install + Migrating Boot2Docker + +### Mac OS X 10.10 + +- [ ] Install + Quick Start +- [ ] Install + Migrating Boot2Docker + +### Mac OS X 10.9 + +- [ ] Install + Quick Start +- [ ] Install + Migrating Boot2Docker + +### Windows 10 + +Currently unsupported by Toolbox as VirtualBox 5 does not yet support Windows 10. + +### Windows 8 + +- [ ] Install + Quick Start +- [ ] Install + Migrating Boot2Docker + +### Windows 7 + +- [x] Install + Quick Start +- [x] Install + Migrating Boot2Docker +- [x] Uninstalling From ac79acb3b7ae832a5c03a0bccd6e6275f83123b6 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Mon, 10 Aug 2015 14:17:27 -0700 Subject: [PATCH 2/4] Create CONTRIBUTING.md --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..a33becfbb1 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,10 @@ +Contributing to Docker Toolbox +================================== + +The Docker Toolbox is a part of the [Docker](https://www.docker.com) project, and follows +the [contributing guidelines](https://github.com/docker/docker/blob/master/CONTRIBUTING.md). If you're already familiar with the way +Docker does things, you'll feel right at home. + +Please [sign your work](https://github.com/docker/docker/blob/master/CONTRIBUTING.md#sign-your-work) before creating a pull request. + +Thanks for taking the time to improve the Docker Toolbox! From e8c8f6560f3c01b0ae6f7005dbb8af54958e907f Mon Sep 17 00:00:00 2001 From: Michael Chiang Date: Mon, 10 Aug 2015 14:19:18 -0700 Subject: [PATCH 3/4] Adding contributing license. --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a33becfbb1..6bb9e5df41 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,3 +8,7 @@ Docker does things, you'll feel right at home. Please [sign your work](https://github.com/docker/docker/blob/master/CONTRIBUTING.md#sign-your-work) before creating a pull request. Thanks for taking the time to improve the Docker Toolbox! + +## License + +By contributing your code, you agree to license your contribution under the [Apache license](https://github.com/docker/toolbox/blob/master/LICENSE/LICENSE). From d7b8a26679eedc5538b2607fc6c7dae19cde43b6 Mon Sep 17 00:00:00 2001 From: Michael Chiang Date: Mon, 10 Aug 2015 14:29:31 -0700 Subject: [PATCH 4/4] update testing. --- TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.md b/TESTING.md index f0dd0a0cff..bedf404bec 100644 --- a/TESTING.md +++ b/TESTING.md @@ -3,7 +3,7 @@ Docker Toolbox Testing Testing is mostly manual for now. Below you'll find a checklist of cases that have been covered by each release: -## Toolbox 1.8.0 +## Toolbox 1.8.0 RC7 ### Mac OS X 10.11