From bf6af4e7db504d8fcd54563e6f7ee8c5a5a86990 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 3ee86421cd5..10e9bf03aab 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 259960ca883..01760b311cf 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.