File tree Expand file tree Collapse file tree 5 files changed +53
-0
lines changed Expand file tree Collapse file tree 5 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 1+ * .py [cod ]
2+
3+ # C extensions
4+ * .so
5+
6+ # Packages
7+ * .egg
8+ * .egg-info
9+ dist
10+ build
11+ eggs
12+ parts
13+ bin
14+ var
15+ sdist
16+ develop-eggs
17+ .installed.cfg
18+ lib
19+ lib64
20+ __pycache__
21+
22+ # Installer logs
23+ pip-log.txt
24+
25+ # Unit test / coverage reports
26+ .coverage
27+ .tox
28+ nosetests.xml
29+
30+ # Misc
31+ .DS_Store
32+ .eggs /
33+ .env /
34+ .idea /
Original file line number Diff line number Diff line change 1+ CHANGELOG
2+ =========
Original file line number Diff line number Diff line change 1+ # Contributing
2+
3+ We love pull requests. Here's a quick guide.
4+
5+ Fork, then clone the repo:
6+
7+ git clone [email protected] :DataDog/datadog-lambda-layer-python.git 8+
9+ Make your change. Add tests for your change. Make the tests pass again.
10+
11+ Push to your fork and [ submit a pull request] [ pr ] .
12+
13+ [ pr ] : https://github.com/your-username/datadog-lambda-layer-python/compare/DataDog:master...master
14+
15+ At this point you're waiting on us. We may suggest some changes or improvements or alternatives.
16+
Original file line number Diff line number Diff line change 1+ # datadog-lambda-layer-python
You can’t perform that action at this time.
0 commit comments