update readme w/links to open source mailing list and tracker project
This commit is contained in:
parent
145a2253e8
commit
76927a0301
|
@ -181,8 +181,7 @@ You can only have one instance of Jasmine (which is a container for a runner) ru
|
||||||
This is a bit sloppy and will be fixed at some point - but it allows for a nicer syntax when defining your specs. For now we expect this to be fine as most of the time having multiple suites is sufficient for isolating application-level code.
|
This is a bit sloppy and will be fixed at some point - but it allows for a nicer syntax when defining your specs. For now we expect this to be fine as most of the time having multiple suites is sufficient for isolating application-level code.
|
||||||
|
|
||||||
|
|
||||||
Contributing and Tests
|
## Contributing and Tests
|
||||||
----------------------
|
|
||||||
|
|
||||||
Sometimes it's hard to test a framework with the framework itself. Either the framework isn't mature enough or it just hurts your head. Jasmine is affected by both.
|
Sometimes it's hard to test a framework with the framework itself. Either the framework isn't mature enough or it just hurts your head. Jasmine is affected by both.
|
||||||
|
|
||||||
|
@ -190,6 +189,13 @@ So we made a little bootstrappy test reporter that lets us test Jasmine's pieces
|
||||||
|
|
||||||
Your contributions are welcome. Please submit tests with your pull request.
|
Your contributions are welcome. Please submit tests with your pull request.
|
||||||
|
|
||||||
|
### Mailing List
|
||||||
|
http://groups.google.com/group/pivotallabsopensource
|
||||||
|
|
||||||
|
### Pivotal Tracker Bug/Feature Tracker
|
||||||
|
http://www.pivotaltracker.com/projects/10606
|
||||||
|
|
||||||
|
|
||||||
## Maintainers
|
## Maintainers
|
||||||
|
|
||||||
* [Davis W. Frank](dwfrank@pivotallabs.com), Pivotal Labs
|
* [Davis W. Frank](dwfrank@pivotallabs.com), Pivotal Labs
|
||||||
|
|
Loading…
Reference in New Issue