diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..6bb9e5df41 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +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! + +## License + +By contributing your code, you agree to license your contribution under the [Apache license](https://github.com/docker/toolbox/blob/master/LICENSE/LICENSE). diff --git a/TESTING.md b/TESTING.md new file mode 100644 index 0000000000..bedf404bec --- /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 RC7 + +### 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