1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 08:30:48 +00:00

Merge pull request #1 from cisagov/improvement/rename

Rename repo to skeleton-generic
This commit is contained in:
Shane Frasier 2019-03-11 09:12:40 -04:00 committed by GitHub
commit d92b411aa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -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
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
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
@ -25,7 +25,7 @@ one.
## Pull requests ##
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
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
@ -79,9 +79,9 @@ can create and configure the Python virtual environment with these
commands:
```bash
cd generic-skeleton
pyenv virtualenv <python_version_to_use> generic-skeleton
pyenv local generic-skeleton
cd skeleton-generic
pyenv virtualenv <python_version_to_use> skeleton-generic
pyenv local skeleton-generic
pip install -r requirements-dev.txt
```

View file

@ -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
new [cisagov](https://github.com/cisagov) GitHub project started.