File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ all of which should be in this repository.
1515
1616If you want to report a bug or request a new feature, the most direct
1717method is to [ create an
18- issue] ( https://github.com/cisagov/skeleton-generic /issues ) in this
18+ issue] ( https://github.com/cisagov/skeleton-aws-lambda-python /issues ) in this
1919repository. We recommend that you first search through existing
2020issues (both open and closed) to check if your particular issue has
2121already been reported. If it has then you might want to add a comment
2525## Pull requests ##
2626
2727If you choose to [ submit a pull
28- request] ( https://github.com/cisagov/skeleton-generic /pulls ) , you will
28+ request] ( https://github.com/cisagov/skeleton-aws-lambda-python /pulls ) , you will
2929notice that our continuous integration (CI) system runs a fairly
3030extensive set of linters and syntax checkers. Your pull request may
3131fail these checks, and that's OK. If you want you can stop there and
@@ -135,9 +135,9 @@ can create and configure the Python virtual environment with these
135135commands:
136136
137137``` console
138- cd skeleton-generic
139- pyenv virtualenv <python_version_to_use> skeleton-generic
140- pyenv local skeleton-generic
138+ cd skeleton-aws-lambda-python
139+ pyenv virtualenv <python_version_to_use> skeleton-aws-lambda-python
140+ pyenv local skeleton-aws-lambda-python
141141pip install --requirement requirements-dev.txt
142142```
143143
Original file line number Diff line number Diff line change 1- # skeleton-generic #
1+ # skeleton-aws-lambda-python #
22
3- [ ![ GitHub Build Status] ( https://github.com/cisagov/skeleton-generic /workflows/build/badge.svg )] ( https://github.com/cisagov/skeleton-generic /actions )
3+ [ ![ GitHub Build Status] ( https://github.com/cisagov/skeleton-aws-lambda-python /workflows/build/badge.svg )] ( https://github.com/cisagov/skeleton-aws-lambda-python /actions )
44
55This is a generic skeleton project that can be used to quickly get a
66new [ cisagov] ( https://github.com/cisagov ) GitHub project started.
You can’t perform that action at this time.
0 commit comments