Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JOSS review: Fix contributing typos #84

Merged
merged 2 commits into from
Nov 1, 2024
Merged
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
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document outlines the process and guidelines for contributing to the projec

## Code of Conduct

Please note that this project follows a [Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms. Be respectful to others in all interactions.
Please note that this project follows a [Code of Conduct](https://github.com/Wytamma/snk?tab=coc-ov-file#readme). By participating in this project, you agree to abide by its terms. Be respectful to others in all interactions.

## A note on Snk vs Snk-CLI

Expand Down Expand Up @@ -80,7 +80,7 @@ git checkout -b feature/your-feature-name
Before submitting your changes, make sure all tests pass:

```bash
hatch runt test
hatch run test
```

To run tests with coverage:
Expand Down