Skip to content

Commit 5c175cc

Browse files
authored
Update CONTRIBUTING.md
1 parent 120cb25 commit 5c175cc

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Please read these guidelines before contributing code.
1212
When fixing a bug please make sure to test it on as many browsers as possible (see: [Compatibility](./README.md#compatibility)). If you are not able to do so, mention that in a PR comment, so other contributors can do it.
1313

1414
## :tada: Proposing a Change
15-
When implementing a feature please create an issue first explaining your idea and asking whether there's need for such a feature.
15+
When implementing a feature please create an issue first explaining your idea and asking whether there's a need for such a feature.
1616
Remember the script's core philosophy is to stay simple and minimal, doing one thing and doing it right.
1717

1818
## :pencil: Before you open a Pull Request
1919
- Follow Git best practices (especially use meaningful commit messages).
20-
- Describe thoroughly you work in a PR comment.
20+
- Describe thoroughly your work in a PR comment.
2121
- Be patient and understanding. It's a side project, done in free time.
2222

2323
Thank you to everyone who has contributed to baguetteBox.js!
@@ -26,6 +26,8 @@ Thank you to everyone who has contributed to baguetteBox.js!
2626

2727
#### :heavy_exclamation_mark: This should be done only by core contributors :heavy_exclamation_mark:
2828

29+
Compatible node version: v22
30+
2931
Build the script
3032
```sh
3133
npm start build
@@ -61,7 +63,7 @@ git push --tags
6163

6264
Deploy the new demo page
6365
```sh
64-
gulp deploy
66+
npx gulp deploy
6567
cd .publish
6668
git push
6769
cd ..

0 commit comments

Comments
 (0)