Rename repo to skeleton-generic

pull/113/head
Jeremy Frasier 5 years ago
parent 40aec83a18
commit 389bc397de
No known key found for this signature in database
GPG Key ID: 285B4A02F4305C09
  1. 10
      CONTRIBUTING.md
  2. 4
      README.md

@ -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
```

@ -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.

Loading…
Cancel
Save