Skip to content

Commit

Permalink
quickLinks: Add command for the getting started contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
circl-lastname authored and ADKaster committed Aug 17, 2024
1 parent e47e5db commit b5a2915
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/commands/quickLinksCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>`,
Expand Down

0 comments on commit b5a2915

Please sign in to comment.