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-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ A proposed change should be focused and concise. Please adhere to the following
22
22
1. Create a feature branch based on the `dev` branch.
23
23
2. Implement your patch or feature on that branch.
24
24
3. Lint and test your changes. Maintain the existing coding style.
25
-
3. Add unit tests for any new or changed functionality.
26
-
3. Navigate to your fork on Github, select your feature branch and create a new Pull Request targeting the `dev` branch.
27
-
4. Once your PR has been merged, you can safely remove your feature-branch.
25
+
4. Add unit tests for any new or changed functionality.
26
+
5. Navigate to your fork on Github, select your feature branch and create a new Pull Request targeting the `dev` branch.
27
+
6. Once your PR has been merged, you can safely remove your feature-branch.
28
28
29
29
30
30
### Development :wrench:
@@ -39,8 +39,6 @@ The following table provides an overview of the most important scripts:
39
39
| dev | Runs the watch script and serves files locally. |
40
40
| test | Lints source files, builds all bundles and runs unit tests. |
41
41
42
-
__Note__: Setting `NODE_ENV` to `production` enables source code minification which slows down the build process. The `build` script does this automatically.
0 commit comments