Skip to content

Commit

Permalink
docs: Make contributing docs clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Sep 6, 2023
1 parent 459193c commit fd85b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ For daily development, you'll only need to pull `main` from git and run `make ru

``` bash
# Generates Python and R APIs.
# Run only if you add new cards/components or fix docstrings).
# Run only if you add new cards/components, attributes or fix docstrings.
$ make generate

# Displays all the available make targets.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ For daily development, you'll only need to pull `main` from git and run `make ru

``` bash
# Generates Python and R APIs.
# Run only if you add new cards/components or fix docstrings).
# Run only if you add new cards/components, attributes or fix docstrings.
$ make generate

# Displays all the available make targets.
Expand Down

0 comments on commit fd85b07

Please sign in to comment.