diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a7a2f33..ba1ed84 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.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 generic-skeleton -pyenv local generic-skeleton +cd skeleton-generic +pyenv virtualenv skeleton-generic +pyenv local skeleton-generic pip install -r requirements-dev.txt ``` diff --git a/README.md b/README.md index 5d5c4e3..930ea2a 100644 --- a/README.md +++ b/README.md @@ -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.