Skip to content

Commit b14d6e0

Browse files
committed
Update CONTRIBUTING.md
1 parent d381fe0 commit b14d6e0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@
22

33
We love pull requests. Here's a quick guide.
44

5-
Fork, then clone the repo:
5+
Fork, then clone:
66

7-
git clone git@github.com:DataDog/datadog-lambda-layer-python.git
7+
```bash
8+
git clone git@github.com:your-username/datadog-lambda-layer-python.git
9+
```
810

9-
Make your change. Add tests for your change. Make the tests pass again.
11+
Make your change, update tests and ensure the tests pass (install Docker if you haven't):
12+
13+
```bash
14+
./scripts/run_tests.sh
15+
```
1016

1117
Push to your fork and [submit a pull request][pr].
1218

1319
[pr]: https://github.com/your-username/datadog-lambda-layer-python/compare/DataDog:master...master
1420

1521
At this point you're waiting on us. We may suggest some changes or improvements or alternatives.
16-

0 commit comments

Comments
 (0)