From d0e1bd96fb2ba50097a3c1594f484c643ee85bf2 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Fri, 1 Jul 2022 16:58:38 -0700 Subject: [PATCH] README updates * Removed redundancy * Added a link to the FAQ * Removed obsolete support channels --- README.md | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index e1e27d09..1b47eb81 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,12 @@ [![Build Status](https://circleci.com/gh/jasmine/jasmine.svg?style=shield)](https://circleci.com/gh/jasmine/jasmine) [![Open Source Helpers](https://www.codetriage.com/jasmine/jasmine/badges/users.svg)](https://www.codetriage.com/jasmine/jasmine) -[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjasmine%2Fjasmine.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjasmine%2Fjasmine?ref=badge_shield) # A JavaScript Testing Framework Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, [Node.js](http://nodejs.org) projects, or anywhere that JavaScript can run. -Documentation & guides live here: [http://jasmine.github.io](http://jasmine.github.io/) -For a quick start guide of Jasmine, see the beginning of [http://jasmine.github.io/edge/introduction.html](http://jasmine.github.io/edge/introduction.html). - -Upgrading from Jasmine 3.x? Check out the 4.0 release notes for a list of -what's new (including breaking changes). You can also read the [upgrade guide](https://jasmine.github.io/tutorials/upgrading_to_Jasmine_4.0). +Upgrading from Jasmine 3.x? Check out the [upgrade guide](https://jasmine.github.io/tutorials/upgrading_to_Jasmine_4.0). ## Contributing @@ -28,7 +23,7 @@ for details. See the [documentation site](https://jasmine.github.io/pages/docs_home.html), particularly the [Your First Suite tutorial](https://jasmine.github.io/tutorials/your_first_suite) -for information on writing specs. +for information on writing specs, and [the FAQ](https://jasmine.github.io/pages/faq.html). ## Supported environments @@ -47,15 +42,7 @@ For evergreen browsers, each version of Jasmine is tested against the version of at the time of release. Other browsers, as well as older & newer versions of some supported browsers, are likely to work. However, Jasmine isn't tested against them and they aren't actively supported. -See the [release notes](https://github.com/jasmine/jasmine/tree/main/release_notes) -for the supported environments for each Jasmine release. - -## Support - -* Search past discussions: [http://groups.google.com/group/jasmine-js](http://groups.google.com/group/jasmine-js). -* Send an email to the list: [jasmine-js@googlegroups.com](mailto:jasmine-js@googlegroups.com). -* View the project backlog at Pivotal Tracker: [http://www.pivotaltracker.com/projects/10606](http://www.pivotaltracker.com/projects/10606). -* Follow us on Twitter: [@JasmineBDD](http://twitter.com/JasmineBDD). +To find out what environments work with a particular Jasmine release, see the [release notes](https://github.com/jasmine/jasmine/tree/main/release_notes). ## Maintainers @@ -71,8 +58,4 @@ for the supported environments for each Jasmine release. * [Christian Williams](mailto:antixian666@gmail.com) * Sheel Choksi -Copyright (c) 2008-2022 Jasmine Maintainers. This software is licensed under the MIT License. - - -## License -[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjasmine%2Fjasmine.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjasmine%2Fjasmine?ref=badge_large) +Copyright (c) 2008-2022 Jasmine Maintainers. This software is licensed under the [MIT License](https://github.com/jasmine/jasmine/blob/main/MIT.LICENSE).