Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion .justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading