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 2
2
3
3
We love pull requests. Here's a quick guide.
4
4
5
- Fork, then clone the repo :
5
+ Fork, then clone:
6
6
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
+ ```
8
10
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
+ ```
10
16
11
17
Push to your fork and [ submit a pull request] [ pr ] .
12
18
13
19
[ pr ] : https://github.com/your-username/datadog-lambda-layer-python/compare/DataDog:master...master
14
20
15
21
At 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