Skip to content

Commit 8ff955e

Browse files
committed
docs(readme): update contributing
1 parent de57118 commit 8ff955e

File tree

7 files changed

+10
-29
lines changed

7 files changed

+10
-29
lines changed

packages/create-twilio-function/README.md

+1-24
Original file line numberDiff line numberDiff line change
@@ -127,30 +127,7 @@ Options:
127127

128128
## Contributing
129129

130-
Any help contributing to this project is welcomed. Make sure you read and agree with the [code of conduct](CODE_OF_CONDUCT.md).
131-
132-
1. Fork the project
133-
2. Clone the fork like so:
134-
135-
```bash
136-
git clone [email protected]:YOUR_USERNAME/create-twilio-function.git
137-
```
138-
139-
3. Install the dependencies
140-
141-
```bash
142-
cd create-twilio-function
143-
npm install
144-
```
145-
146-
4. Make your changes
147-
5. Test your changes with
148-
149-
```bash
150-
npm test
151-
```
152-
153-
6. Commit your changes and open a pull request
130+
This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](https://github.com/twilio-labs/serverless-toolkit/blob/main/docs/CONTRIBUTING.md) file for more details.
154131

155132
## LICENSE
156133

packages/plugin-serverless/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ _See code: [src/commands/serverless/start.js](https://github.com/twilio-labs/ser
407407

408408
## Contributing
409409

410-
This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](CONTRIBUTING.md) file for more details.
410+
This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](https://github.com/twilio-labs/serverless-toolkit/blob/main/docs/CONTRIBUTING.md) file for more details.
411411

412412
### Code of Conduct
413413

packages/runtime-handler/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This package defines the Twilio Functions Runtime version. It is currently empty.
44

5+
## Contributing
6+
7+
This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](https://github.com/twilio-labs/serverless-toolkit/blob/main/docs/CONTRIBUTING.md) file for more details.
8+
59
## License
610

711
MIT

packages/serverless-api/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const api = require("@twilio-labs/serverless-api/dist/api");
166166
const utils = require("@twilio-labs/serverless-api/dist/utils");
167167
```
168168

169-
## Contributing
169+
## Contributing
170170

171171
This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](https://github.com/twilio-labs/serverless-toolkit/blob/main/docs/CONTRIBUTING.md) file for more details.
172172

packages/serverless-runtime-types/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function listSyncDocuments(runtime: RuntimeInstance) {
8484
}
8585
```
8686

87-
## Contributing
87+
## Contributing
8888

8989
This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](https://github.com/twilio-labs/serverless-toolkit/blob/main/docs/CONTRIBUTING.md) file for more details.
9090

packages/serverless-twilio-runtime/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ sls invoke -f hello-world
227227
228228
## Contributing
229229
230-
This project welcomes contributions from the community.
230+
This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](https://github.com/twilio-labs/serverless-toolkit/blob/main/docs/CONTRIBUTING.md) file for more details.
231231
232232
### Code of conduct
233233

packages/twilio-run/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ In general you'll want to use the cleaned-up stack trace since the internals mig
326326

327327
## Contributing
328328

329-
This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](CONTRIBUTING.md) file for more details.
329+
This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](https://github.com/twilio-labs/serverless-toolkit/blob/main/docs/CONTRIBUTING.md) file for more details.
330330

331331
### Code of Conduct
332332

0 commit comments

Comments
 (0)