File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 22
33We 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
1117Push 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
1521At this point you're waiting on us. We may suggest some changes or improvements or alternatives.
16-
You can’t perform that action at this time.
0 commit comments