Skip to content

Commit 61e69c1

Browse files
committed
Update CONTRIBUTING.md
1 parent fc247b8 commit 61e69c1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ A proposed change should be focused and concise. Please adhere to the following
2222
1. Create a feature branch based on the `dev` branch.
2323
2. Implement your patch or feature on that branch.
2424
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.
2828

2929

3030
### Development :wrench:
@@ -39,8 +39,6 @@ The following table provides an overview of the most important scripts:
3939
| dev | Runs the watch script and serves files locally. |
4040
| test | Lints source files, builds all bundles and runs unit tests. |
4141

42-
__Note__: Setting `NODE_ENV` to `production` enables source code minification which slows down the build process. The `build` script does this automatically.
43-
4442

4543
### Testing :heavy_check_mark:
4644

0 commit comments

Comments
 (0)