Skip to content

Commit e338f16

Browse files
committed
Update CONTRIBUTING.md
1 parent 291139e commit e338f16

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CONTRIBUTING.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
We're huge fans of open-source, and we absolutely love getting good contributions to **analytics.js**! Integrations are available to thousands of Segment customers and we have hundreds of integrations in already in our queue, so it's important that you do the following _before writing a pull request_.
3+
We're huge fans of open-source, and we absolutely love getting good contributions to **analytics.js**! Integrations are available to thousands of Segment customers and we have hundreds of integrations in already in our queue, so it's important that you do the following _before writing a pull request_.
44

55
1. Read about our integration options and apply to be a partner: https://segment.com/partners/
66
1. Hear from the Segment team before submitting your pull request.
@@ -21,9 +21,8 @@ That will install all of our [npm](http://npmjs.org) and [component](http://comp
2121
The commands you'll want to know for development are:
2222

2323
```bash
24-
$ make # re-compiles the development build of analytics.js for testing
25-
$ make test # runs all of the tests in your terminal
26-
$ make test-browser # runs all of the tests in your browser, for nicer debugging
24+
$ make test # runs all of the tests in your terminal
25+
$ make test-browser BROWSERS=Chrome # runs all of the tests in Chrome for nicer debugging
2726
```
2827

2928
## Writing Tests

0 commit comments

Comments
 (0)