From b5a29159dd68d00fc8325c24b5757e5a08a3a602 Mon Sep 17 00:00:00 2001 From: circl Date: Tue, 13 Aug 2024 17:34:36 +0200 Subject: [PATCH] quickLinks: Add command for the getting started contributing guide --- src/commands/quickLinksCommand.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/commands/quickLinksCommand.ts b/src/commands/quickLinksCommand.ts index 51bf864..24f7e9e 100644 --- a/src/commands/quickLinksCommand.ts +++ b/src/commands/quickLinksCommand.ts @@ -34,6 +34,11 @@ export class QuickLinksCommand extends Command { response: `Configuring Emacs: <${this.documentation}/EmacsConfiguration.md>`, help: "Get a link to the directions for configuring Emacs", }, + { + name: "gettingstarted", + response: `**Welcome to the Ladybird web browser project!**\nHere's a guide to help you get started contributing: <${this.documentation}/GettingStartedContributing.md>`, + help: "Get a link to the getting started contributing guide", + }, { name: "vscode", response: `Configuring the Visual Studio Code IDE: <${this.documentation}/VSCodeConfiguration.md>`,