From 14f7a0e96eb938b23961bfcd8fdb3a9558a43422 Mon Sep 17 00:00:00 2001 From: William Swanson Date: Mon, 15 Jun 2026 16:09:39 -0700 Subject: [PATCH] fix: Small issues found in recent deployment I used this repo to initialize a new project, and ran into some issues. - The recent precommit PR had a typo. - There are several URLs that need to be changed, but no instructions to do so. - One URL points to a completely irrelevant repo. --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .justfile | 3 ++- README.md | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 02b4b81..b49c065 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -51,7 +51,7 @@ body: id: terms attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/alpenlabs/bitcoind-async-client/blob/main/CONTRIBUTING.md#code-of-conduct) + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/alpenlabs/rust-template/blob/main/CONTRIBUTING.md#code-of-conduct) # CHANGEME options: - label: I agree to follow the Code of Conduct required: true diff --git a/.justfile b/.justfile index 4216673..0707382 100644 --- a/.justfile +++ b/.justfile @@ -56,4 +56,5 @@ check-github-actions-security: zizmor . # Performs one-time repo setup -setup: git config core.hooksPath .githooks +setup: + git config core.hooksPath .githooks diff --git a/README.md b/README.md index 4330bef..fa9032b 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ hardened with [`zizmor`](https://docs.zizmor.sh). and it will be automatically triggered by CI on every new tag release. You just need to add a crates.io token to the `CARGO_REGISTRY_TOKEN` repository secret variable. -This template has a lot of `CHANGEME` placeholders that you should replace with your own values. -Please do a repository-wide search and replace all occurrences of `CHANGEME` with your own values. +This template has a lot of `CHANGEME` placeholders that you should replace with your own values, as well as URLs pointing to the `rust-template` project. +Please do a repository-wide search and replace all occurrences of `CHANGEME` and `rust-template` with your own values. ## Settings and Branch Protection Rules