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>`,