Skip to content

Commit

Permalink
Add a note about external contributors to working-with-us.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BagToad authored Aug 15, 2024
1 parent 0835642 commit d707102
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/working-with-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ POV: your team at GitHub is interested in shipping a new command in `gh`.

This document outlines the process the CLI team prefers for helping ensure success both for your new feature and the CLI project as a whole.

> [!NOTE]
> External contributors, please see [CONTRIBUTING.md](/.github/CONTRIBUTING.md).
## Step 0: Create an extension

Even if you want to see your code merged into `gh`, you should start with [an extension](https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions) written in Go and leveraging [go-gh](https://github.com/cli/go-gh). Though `gh` extensions can be written in any language, we treat Go as a first class experience and ship a library of helpers for extensions written in Go.
Expand Down

0 comments on commit d707102

Please sign in to comment.