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: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ This project contains the CLI aspects of deploying Twilio Serverless as well as
12
12
13
13
## Requirements
14
14
15
-
Make sure you have Node.js 8.10 or newer installed. Due to compatibility with Twilio
16
-
Functions this project has to support at least Node.js 8.10.
15
+
Make sure you have Node.js 10.17 or newer installed. Due to compatibility with Twilio
16
+
Functions this project has to support at least Node.js 10.17.
17
17
18
18
## Setup
19
19
@@ -28,7 +28,7 @@ npm install
28
28
29
29
1. Perform changes
30
30
2. Make sure tests pass by running `npm test`
31
-
3. Run `git commit` to kick off validation and enter your commit message. We are using [conventional commits](https://www.conventionalcommits.org/en/) for this project. When you run `git commit` it will trigger [`commitizen`](https://npm.im/commitizen) to assist you with your commit message.
31
+
3. Run `git commit` to kick off validation and enter your commit message. We are using [conventional commits](https://www.conventionalcommits.org/en/) for this project. When you run `npm run cm` it will trigger [`commitizen`](https://npm.im/commitizen) to assist you with your commit message.
32
32
4. Submit a Pull Request
33
33
34
34
**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
0 commit comments