Skip to content

Commit cad8197

Browse files
committed
Update references to reflect this project
Update the Lineage parent to cisagov/skeleton-python-library and replace any references to cisagov/skeleton-python-library with this project.
1 parent ce19ff0 commit cad8197

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/lineage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
lineage:
33
skeleton:
4-
remote-url: https://github.com/cisagov/skeleton-generic.git
4+
remote-url: https://github.com/cisagov/skeleton-python-library.git
55
version: '1'

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ all of which should be in this repository.
1515

1616
If you want to report a bug or request a new feature, the most direct
1717
method is to [create an
18-
issue](https://github.com/cisagov/skeleton-python-library/issues) in
18+
issue](https://github.com/cisagov/trustymail/issues) in
1919
this repository. We recommend that you first search through existing
2020
issues (both open and closed) to check if your particular issue has
2121
already been reported. If it has then you might want to add a comment
@@ -25,7 +25,7 @@ one.
2525
## Pull requests ##
2626

2727
If you choose to [submit a pull
28-
request](https://github.com/cisagov/skeleton-python-library/pulls),
28+
request](https://github.com/cisagov/trustymail/pulls),
2929
you will notice that our continuous integration (CI) system runs a
3030
fairly extensive set of linters, syntax checkers, system, and unit tests.
3131
Your pull request may fail these checks, and that's OK. If you want
@@ -135,9 +135,9 @@ can create and configure the Python virtual environment with these
135135
commands:
136136

137137
```console
138-
cd skeleton-python-library
139-
pyenv virtualenv <python_version_to_use> skeleton-python-library
140-
pyenv local skeleton-python-library
138+
cd trustymail
139+
pyenv virtualenv <python_version_to_use> trustymail
140+
pyenv local trustymail
141141
pip install --requirement requirements-dev.txt
142142
```
143143

0 commit comments

Comments
 (0)