Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ We welcome contributions and feedback! All contributors must sign our [Contribut
1. Create a branch off of `devel`: `git checkout -b YOUR_NAME/branch_name`.
2. Commit your changes. Make sure to add tests!
3. Run `npm run lint` to ensure there are no lint errors.
4. Run `webpack` to generate the built and minified file for those not installing via `npm`
4. Run `npm run build` to generate the built and minified file for those not installing via `npm`
5. `git push` your changes to GitHub.
6. Make sure that all unit tests are passing and that there are no merge conflicts between your branch and `devel`.
7. Open a pull request from `YOUR_NAME/branch_name` to `devel`.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#Optimizely JavaScript SDK
[![Build Status](https://travis-ci.org/optimizely/javascript-sdk.svg?branch=master)](https://travis-ci.org/optimizely/javascript-sdk)
[![Known Vulnerabilities](https://snyk.io/test/npm/optimizely-client-sdk/badge.svg)](https://snyk.io/test/npm/optimizely-client-sdk)

This repository houses the JavaScript SDK for Optimizely X Full Stack.

Expand Down