Skip to content

Commit b5a2915

Browse files
circl-lastnameADKaster
authored andcommitted
quickLinks: Add command for the getting started contributing guide
1 parent e47e5db commit b5a2915

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/commands/quickLinksCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ export class QuickLinksCommand extends Command {
3434
response: `Configuring Emacs: <${this.documentation}/EmacsConfiguration.md>`,
3535
help: "Get a link to the directions for configuring Emacs",
3636
},
37+
{
38+
name: "gettingstarted",
39+
response: `**Welcome to the Ladybird web browser project!**\nHere's a guide to help you get started contributing: <${this.documentation}/GettingStartedContributing.md>`,
40+
help: "Get a link to the getting started contributing guide",
41+
},
3742
{
3843
name: "vscode",
3944
response: `Configuring the Visual Studio Code IDE: <${this.documentation}/VSCodeConfiguration.md>`,

0 commit comments

Comments
 (0)