mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Merge pull request #1 from cisagov/improvement/rename
Rename repo to skeleton-generic
This commit is contained in:
commit
d92b411aa0
2 changed files with 7 additions and 7 deletions
|
@ -15,7 +15,7 @@ Before contributing, we encourage you to read our CONTRIBUTING policy
|
||||||
|
|
||||||
If you want to report a bug or request a new feature, the most direct
|
If you want to report a bug or request a new feature, the most direct
|
||||||
method is to [create an
|
method is to [create an
|
||||||
issue](https://github.com/cisagov/generic-skeleton/issues) in this
|
issue](https://github.com/cisagov/skeleton-generic/issues) in this
|
||||||
repository. We recommend that you first search through existing
|
repository. We recommend that you first search through existing
|
||||||
issues (both open and closed) to check if your particular issue has
|
issues (both open and closed) to check if your particular issue has
|
||||||
already been reported. If it has then you might want to add a comment
|
already been reported. If it has then you might want to add a comment
|
||||||
|
@ -25,7 +25,7 @@ one.
|
||||||
## Pull requests ##
|
## Pull requests ##
|
||||||
|
|
||||||
If you choose to [submit a pull
|
If you choose to [submit a pull
|
||||||
request](https://github.com/cisagov/generic-skeleton/pulls), you will
|
request](https://github.com/cisagov/skeleton-generic/pulls), you will
|
||||||
notice that our continuous integration (CI) system runs a fairly
|
notice that our continuous integration (CI) system runs a fairly
|
||||||
extensive set of linters and syntax checkers. Your pull request may
|
extensive set of linters and syntax checkers. Your pull request may
|
||||||
fail these checks, and that's OK. If you want you can stop there and
|
fail these checks, and that's OK. If you want you can stop there and
|
||||||
|
@ -79,9 +79,9 @@ can create and configure the Python virtual environment with these
|
||||||
commands:
|
commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd generic-skeleton
|
cd skeleton-generic
|
||||||
pyenv virtualenv <python_version_to_use> generic-skeleton
|
pyenv virtualenv <python_version_to_use> skeleton-generic
|
||||||
pyenv local generic-skeleton
|
pyenv local skeleton-generic
|
||||||
pip install -r requirements-dev.txt
|
pip install -r requirements-dev.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# generic-skeleton #
|
# skeleton-generic #
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.com/cisagov/generic-skeleton.svg?branch=develop)](https://travis-ci.com/cisagov/generic-skeleton)
|
[![Build Status](https://travis-ci.com/cisagov/skeleton-generic.svg?branch=develop)](https://travis-ci.com/cisagov/skeleton-generic)
|
||||||
|
|
||||||
This is a generic skeleton project that can be used to quickly get a
|
This is a generic skeleton project that can be used to quickly get a
|
||||||
new [cisagov](https://github.com/cisagov) GitHub project started.
|
new [cisagov](https://github.com/cisagov) GitHub project started.
|
||||||
|
|
Loading…
Reference in a new issue