Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
deven367 committed Feb 22, 2024
1 parent 053ee06 commit 45f1298
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 @@ -3,7 +3,8 @@
## How to get started

Before anything else, please install the git hooks that run automatic scripts during each commit and merge to strip the notebooks of superfluous metadata (and avoid merge conflicts). After cloning the repository, run the following command inside it:
```

```sh
nbdev_install_git_hooks
```

Expand All @@ -13,7 +14,7 @@ nbdev_install_git_hooks
* If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.
* Be sure to add the complete error messages.

#### Did you write a patch that fixes a bug?
### Did you write a patch that fixes a bug?

* Open a new GitHub pull request with the patch.
* Ensure that your PR includes a test that fails without your patch, and pass with it.
Expand All @@ -30,4 +31,3 @@ nbdev_install_git_hooks
## Do you want to contribute to the documentation?

* Docs are automatically created from the notebooks in the nbs folder.

0 comments on commit 45f1298

Please sign in to comment.