Skip to content

Commit

Permalink
fix(lint): code website down
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 8, 2024
1 parent 1c9e702 commit 3655b86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Before you start contributing, make sure you have the following prerequisites in

- [Go](https://golang.org/dl/)
- [Docker](https://www.docker.com/get-started)
- [VSCode (recommended editor)](https://code.visualstudio.com/)
- [VSCode (recommended editor)](https://code.visualstudio.com/) <!-- markdown-link-check-disable-line -->

To get started, follow these steps:

Expand All @@ -76,7 +76,7 @@ To get started, follow these steps:
git checkout -b name/broad-description-of-feature
```

4. Make your changes and commit them with descriptive commit messages.
4. Make your changes and commit them with descriptive commit messages.

5. Test your changes locally with `go test ./...`, or by running the specific test affecting your feature or fix.

Expand All @@ -86,4 +86,4 @@ To get started, follow these steps:
git push origin name/broad-description-of-feature
```

7. Create a pull request (PR) against the main branch of the interchaintest repository. If the PR is still a work-in-progress, please mark the PR as draft.
7. Create a pull request (PR) against the main branch of the interchaintest repository. If the PR is still a work-in-progress, please mark the PR as draft.

0 comments on commit 3655b86

Please sign in to comment.