You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Create a new feature branch via `git checkout -b feature-branch-name`
10
+
11
+
## Testing
12
+
13
+
- Run `npm run test:lib` to test the library
14
+
- Run `npm run test:app` to test the application
15
+
- Run `npm run build` to build the library
16
+
17
+
## Push changes
18
+
19
+
- Add the files you want to push via `git add filename`, or add everything via `git add .`
20
+
- Commit these changes locally and give it a proper description via `git commit -m "my changes here"`
21
+
- Push these changes to your fork via `git push`
22
+
- Create a new pull request
23
+
24
+
## Need some guidance?
25
+
26
+
-[GitHub help](https://help.github.com/)
27
+
-[How to Contribute to an Open Source Project on GitHub - by Kent C. Dodds](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)
0 commit comments