From 4c73b41170fd90cf341343e446c440a07a837d52 Mon Sep 17 00:00:00 2001 From: Karishma Chawla Date: Wed, 6 Dec 2023 14:55:41 -0800 Subject: [PATCH] Add Instructions on Running Tests to the Contributions Guide (#6926) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Description Update the contributions guide to include link to the instructions on running Radius tests. ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). ## Auto-generated summary ### 🤖[[deprecated]](https://githubnext.com/copilot-for-prs-sunset) Generated by Copilot at 9055e8f ### Summary :link::test_tube::memo: Added a link to the `Run tests` section in `CONTRIBUTING.md`. This improves the accessibility of the testing documentation for contributors. > _`Run tests` section_ > _Added to the contents list_ > _Helps contributors_ ### Walkthrough * Add link to `Run tests` section in table of contents ([link](https://github.com/radius-project/radius/pull/6926/files?diff=unified&w=0#diff-eca12c0a30e25b4b46522ebf89465a03ba72a03f540796c979137931d8f92055R14)) Signed-off-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com> Co-authored-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com> --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ee9ea600a..504127e64b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,7 @@ You can find our full **contributor documentation** including instructions at th - [Install prerequisites](./docs/contributing/contributing-code/contributing-code-prerequisites/) - [Create your first commit (full walkthrough)](./docs/contributing/contributing-code/contributing-code-first-commit/) - [Building the repo](./docs/contributing/contributing-code/contributing-code-building/) +- [Run tests](./docs/contributing/contributing-code/contributing-code-tests/README.md) - [Understanding repo organization](./docs/contributing/contributing-code/contributing-code-organization/) - [Contribute to issues](./docs/contributing/contributing-issues/) - [Create pull requests](./docs/contributing/contributing-pull-requests/)