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
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@
4
4
## Issues
5
5
6
6
Found a bug? Got a question? Want some enhancement?<br>
7
-
First place to go is the repository issues section and I'll try to help as much as possible.
7
+
First place to go is the repository issues section, and I'll try to help as much as possible.
8
8
9
9
## Pull Requests
10
10
11
11
Fixed a bug or just want to provided additional functionality?<br>
12
12
Simply fork this repository, implement your changes and create a pull request.<br>
13
13
Few guidelines regarding pull requests:
14
14
15
-
* This repository is integrated with travis.ci for continues integration.<br>
15
+
* This repository is integrated with travis.ci for continuous integration.<br>
16
16
17
17
Your pull request build must pass (the build will run automatically).<br>
18
18
You can run the following command locally to ensure the build will pass:
@@ -27,4 +27,4 @@ npm run build
27
27
npm run lint
28
28
````
29
29
30
-
* There are many automatic unit tests as part of the library which provide full coverage of the functionality.<br>Any fix/enhancement must come with a set of tests to ensure its working well.
30
+
* There are many automatic unit tests as part of the library which provide full coverage of the functionality.<br>Any fix/enhancement must come with a set of tests to ensure it's working well.
0 commit comments