From 0f1444aaf45e811f0f80edf5869e4361b4bc733b Mon Sep 17 00:00:00 2001 From: Brandy Smith Date: Mon, 7 Jul 2025 13:39:40 -0400 Subject: [PATCH 1/3] docs(contributing): update toc --- CONTRIBUTING.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6452724858e..b1b6dfb6fd7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,21 +2,21 @@ Thanks for your interest in contributing to Ionic's documentation! :tada: Check the guidelines below for suggestions and requirements before submitting your contribution. -- [Contributing Guide](#contributing-guide) - - [Development Workflow](#development-workflow) - - [Previewing Changes](#previewing-changes) - - [Linting Documentation](#linting-documentation) - - [Spell Check](#spell-check) - - [Using VS Code on Windows](#using-vs-code-on-windows) - - [Project Structure](#project-structure) - - [Directories](#directories) - - [Authoring Content](#authoring-content) - - [Authoring Locally](#authoring-locally) - - [Translation](#translation) - - [Reporting Issues](#reporting-issues) - - [Pull Request Guidelines](#pull-request-guidelines) - - [Deploying](#deploying) - - [License](#license) +TABLE OF CONTENTS +- [Development Workflow](#development-workflow) + * [Previewing Changes](#previewing-changes) + * [Linting Documentation](#linting-documentation) + * [Spell Check](#spell-check) +- [Using VS Code on Windows](#using-vs-code-on-windows) +- [Project Structure](#project-structure) + * [Directories](#directories) +- [Authoring Content](#authoring-content) + * [Reference Content](#reference-content) +- [Translation](#translation) +- [Reporting Issues](#reporting-issues) +- [Pull Request Guidelines](#pull-request-guidelines) +- [Deploying](#deploying) +- [License](#license) --- From 33f0dd55e6c22e0d5327eeecc0799710600ebd86 Mon Sep 17 00:00:00 2001 From: Brandy Smith Date: Mon, 7 Jul 2025 13:40:31 -0400 Subject: [PATCH 2/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b1b6dfb6fd7..fb66d27f7a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Thanks for your interest in contributing to Ionic's documentation! :tada: Check the guidelines below for suggestions and requirements before submitting your contribution. -TABLE OF CONTENTS +TABLE OF CONTENTS - [Development Workflow](#development-workflow) * [Previewing Changes](#previewing-changes) * [Linting Documentation](#linting-documentation) From 7af541b5d1f77e36b44957170a94d791e300ccf6 Mon Sep 17 00:00:00 2001 From: Brandy Smith <6577830+brandyscarney@users.noreply.github.com> Date: Mon, 7 Jul 2025 15:32:16 -0400 Subject: [PATCH 3/3] style: lint --- CONTRIBUTING.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb66d27f7a6..6f589964046 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,16 +2,19 @@ Thanks for your interest in contributing to Ionic's documentation! :tada: Check the guidelines below for suggestions and requirements before submitting your contribution. -TABLE OF CONTENTS + + TABLE OF CONTENTS + + - [Development Workflow](#development-workflow) - * [Previewing Changes](#previewing-changes) - * [Linting Documentation](#linting-documentation) - * [Spell Check](#spell-check) + - [Previewing Changes](#previewing-changes) + - [Linting Documentation](#linting-documentation) + - [Spell Check](#spell-check) - [Using VS Code on Windows](#using-vs-code-on-windows) - [Project Structure](#project-structure) - * [Directories](#directories) + - [Directories](#directories) - [Authoring Content](#authoring-content) - * [Reference Content](#reference-content) + - [Reference Content](#reference-content) - [Translation](#translation) - [Reporting Issues](#reporting-issues) - [Pull Request Guidelines](#pull-request-guidelines)