README.md in beaker-2.42.0 vs README.md in beaker-2.43.0

- old
+ new

@@ -1,41 +1,39 @@ # Beaker -Puppet Labs cloud enabled acceptance testing tool. +Beaker is an acceptance testing harness for Puppet PE and other Puppet Projects. It can also be used as a virtual machine provisioner - setting up machines, running any configuration on those machines and then exiting. +Beaker runs tests written in Ruby with an additional DSL API. This gives you access to all standard Ruby along with acceptance testing specific commands. + # Installation See [Beaker Installation](docs/Beaker-Installation.md). -#Documentation +# Documentation Documentation for Beaker can be found in this repository in [the docs/ folder](docs/README.md). +The [Getting Started](docs/How-To-Beaker.md) is a great place to start for new Beaker users. + #Beaker Libraries Beaker functionality has been extended through the use of libraries available as gems. See the [complete list](docs/Beaker-Libraries.md) for available gems. See the [beaker-template documentation](https://github.com/puppetlabs/beaker-template/blob/master/README.md) for documentation on creating beaker-libraries. -#Beaker API +# Beaker API [RubyDoc Beaker Documentation Server](http://rubydoc.info/github/puppetlabs/beaker/frames) -#License +# License See [LICENSE](LICENSE) file. -#Support & Issues +# Support & Issues Please log tickets and issues at our [Beaker Issue Tracker](https://tickets.puppetlabs.com/issues/?jql=project%20%3D%20BKR). In addition there is an active #puppet-dev channel on Freenode. For additional information on filing tickets, please check out our [CONTRIBUTOR doc](CONTRIBUTING.md), and for ticket lifecycle information, checkout our [ticket process doc](docs/meta/ticket_process.md). -#Maintainers +# Maintainers -Beaker is maintained by Puppet's Quality Engineering (QE) Team. In particular, our current Beaker maintainers are: - -| Name | Email | -|:--------------:|:--------------------:| -| Kevin Imber | <ki@puppet.com> | -| Tony Vu | <tony.vu@puppet.com> | -| Sarah Thompson | <sarah@puppet.com> | +For information on project maintainers, please check out our [MAINTAINERS doc](MAINTAINERS.md).