From fd85b07f0dd2114385ca861546259c84a65a19b0 Mon Sep 17 00:00:00 2001 From: Martin Turoci Date: Wed, 6 Sep 2023 16:51:26 +0200 Subject: [PATCH] docs: Make contributing docs clearer. --- .github/CONTRIBUTING.md | 2 +- website/docs/contributing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3ee86421cd..10e9bf03aa 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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. diff --git a/website/docs/contributing.md b/website/docs/contributing.md index 259960ca88..01760b311c 100644 --- a/website/docs/contributing.md +++ b/website/docs/contributing.md @@ -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.