Skip to content

Commit

Permalink
Add a Tagref reference to the code of conduct file
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchowfun committed May 13, 2024
1 parent 845ee08 commit 52cda12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
set -euxo pipefail
# Install the appropriate version of Rust.
rustup toolchain install 1.78.0 # [ref:rust_1.78.0]
rustup toolchain install 1.78.0 --no-self-update # [ref:rust_1.78.0]
rustup default 1.78.0 # [ref:rust_1.78.0]
# Add the targets.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing

Thank you for your interest in contributing! You can contribute by filing [issues](https://github.com/stepchowfun/tagref/issues) and submitting [pull requests](https://github.com/stepchowfun/tagref/pulls). Please observe our [code of conduct](https://github.com/stepchowfun/tagref/blob/main/CODE_OF_CONDUCT.md).
Thank you for your interest in contributing! You can contribute by filing [issues](https://github.com/stepchowfun/tagref/issues) and submitting [pull requests](https://github.com/stepchowfun/tagref/pulls). Please observe our [code of conduct](https://github.com/stepchowfun/tagref/blob/main/CODE_OF_CONDUCT.md)<!-- [file:CODE_OF_CONDUCT.md] -->.

If you submit a pull request, please ensure your change passes the [GitHub Actions](https://github.com/stepchowfun/tagref/actions) CI checks. This will be apparent from the required status check(s) in the pull request.

Expand Down

0 comments on commit 52cda12

Please sign in to comment.