From e8fe117c34cf8a4a15a1e29c238f9b4682cc6de9 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 1 Nov 2021 17:54:25 -0400 Subject: [PATCH] docs(): update table of contents for contributing guide (#24148) --- .github/CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1f9694b238..c17dcf6128 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -15,6 +15,12 @@ Thanks for your interest in contributing to the Ionic Framework! :tada: + [Modifying Tests](#modifying-tests) - [Screenshot Tests](#screenshot-tests) + [Building Changes](#building-changes) + * [Angular, React, and Vue](#angular-react-and-vue) + + [Modifying Files](#modifying-files) + + [Preview Changes](#preview-changes-1) + + [Lint Changes](#lint-changes-1) + + [Modifying Tests](#modifying-tests-1) + + [Building Changes](#building-changes-1) * [Submit Pull Request](#submit-pull-request) - [Commit Message Guidelines](#commit-message-guidelines) * [Commit Message Format](#commit-message-format) @@ -186,7 +192,7 @@ Without a reliable code reproduction, it is unlikely we will be able to resolve 3. Alternatively, create a new page if you need to test something that is not already there. -#### Lint changes +#### Lint Changes 1. Run `npm run lint` to lint the TypeScript in the relevant directory: - Angular: `/angular/src`