We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d381fe0 commit b14d6e0Copy full SHA for b14d6e0
1 file changed
CONTRIBUTING.md
@@ -2,15 +2,20 @@
2
3
We love pull requests. Here's a quick guide.
4
5
-Fork, then clone the repo:
+Fork, then clone:
6
7
- git clone git@github.com:DataDog/datadog-lambda-layer-python.git
+```bash
8
+git clone git@github.com:your-username/datadog-lambda-layer-python.git
9
+```
10
-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
14
+./scripts/run_tests.sh
15
16
17
Push to your fork and [submit a pull request][pr].
18
19
[pr]: https://github.com/your-username/datadog-lambda-layer-python/compare/DataDog:master...master
20
21
At this point you're waiting on us. We may suggest some changes or improvements or alternatives.
-
0 commit comments