File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ We welcome contributions and feedback! Please read the [README](README.md) to se
771 . Create a branch off of ` master ` : ` git checkout -b YOUR_NAME/branch_name ` .
882 . Commit your changes. Make sure to add tests!
993 . Run ` npm run lint ` to ensure there are no lint errors.
10- 4 . ` git push ` your changes to GitHub.
11- 5 . Make sure that all unit tests are passing and that there are no merge conflicts between your branch and ` master ` .
12- 6 . Open a pull request from ` YOUR_NAME/branch_name ` to ` master ` .
13- 7 . A repository maintainer will review your pull request and, if all goes well, merge it!
10+ 4 . Run ` webpack ` to generate the built and minified file for those not installing via ` npm `
11+ 5 . ` git push ` your changes to GitHub.
12+ 6 . Make sure that all unit tests are passing and that there are no merge conflicts between your branch and ` master ` .
13+ 7 . Open a pull request from ` YOUR_NAME/branch_name ` to ` master ` .
14+ 8 . A repository maintainer will review your pull request and, if all goes well, merge it!
1415
1516##Pull request acceptance criteria
1617
You can’t perform that action at this time.
0 commit comments