From ad101a9bc3000b2a5ce18c355d0939e47352b991 Mon Sep 17 00:00:00 2001 From: cduhn17 Date: Wed, 3 Jan 2024 08:16:12 -0600 Subject: [PATCH] Rename repository references after clone. --- .github/dependabot.yml | 2 +- .github/lineage.yml | 5 +++++ CONTRIBUTING.md | 10 +++++----- README.md | 4 ++-- 4 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 .github/lineage.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 17220c6d..9d9c1bc4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: - directory: / # ignore: - # # Managed by cisagov/skeleton-generic + # # Managed by cisagov/ASM-Dashboard # - dependency-name: actions/cache # - dependency-name: actions/checkout # - dependency-name: actions/setup-go diff --git a/.github/lineage.yml b/.github/lineage.yml new file mode 100644 index 00000000..49f9c4f9 --- /dev/null +++ b/.github/lineage.yml @@ -0,0 +1,5 @@ +--- +lineage: + skeleton: + remote-url: https://github.com/cisagov/skeleton-generic.git +version: '1' diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 27bb9e7d..e7cce058 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ all of which should be in this repository. 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/skeleton-generic/issues) in this +issue](https://github.com/cisagov/ASM-Dashboard/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/skeleton-generic/pulls), you will +request](https://github.com/cisagov/ASM-Dashboard/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 @@ -135,9 +135,9 @@ can create and configure the Python virtual environment with these commands: ```console -cd skeleton-generic -pyenv virtualenv skeleton-generic -pyenv local skeleton-generic +cd ASM-Dashboard +pyenv virtualenv ASM-Dashboard +pyenv local ASM-Dashboard pip install --requirement requirements-dev.txt ``` diff --git a/README.md b/README.md index cb6c85ad..59671e9b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# skeleton-generic # +# ASM-Dashboard # -[![GitHub Build Status](https://github.com/cisagov/skeleton-generic/workflows/build/badge.svg)](https://github.com/cisagov/skeleton-generic/actions) +[![GitHub Build Status](https://github.com/cisagov/ASM-Dashboard/workflows/build/badge.svg)](https://github.com/cisagov/ASM-Dashboard/actions) This is a generic skeleton project that can be used to quickly get a new [cisagov](https://github.com/cisagov) GitHub project started.