X Tutup
Skip to content

Commit 6b44db3

Browse files
committed
Add feedback to README
Added google form for feedback and linked to contributing for issue/PR contribution guidance.
1 parent 619e5b9 commit 6b44db3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# gh - The GitHub CLI tool
22

3-
`gh` is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to
3+
`gh` is GitHub on the command line, and it's now available in beta. It brings pull requests, issues, and other GitHub concepts to
44
the terminal next to where you are already working with `git` and your code.
55

66
![screenshot](https://user-images.githubusercontent.com/98482/73286699-9f922180-41bd-11ea-87c9-60a2d31fd0ac.png)
77

8+
## We need your feedback
9+
10+
GitHub CLI is currently early in its development, and we're hoping to get feedback from people using it.
11+
12+
We'd love for you to take a short survey here (no more than five minutes): https://forms.gle/umxd3h31c7aMQFKG7
13+
14+
And if you spot bugs or have features that you'd really like to see in `gh`, please check out the [contributing page][]
15+
816
## Usage
917

1018
- `gh pr [status, list, view, checkout, create]`
@@ -51,3 +59,4 @@ project directory.
5159
[docs]: https://cli.github.io/cli/gh
5260
[releases page]: https://github.com/cli/cli/releases/latest
5361
[hub]: https://github.com/github/hub
62+
[contributing page]: https://github.com/cli/cli/blob/master/.github/CONTRIBUTING.md

0 commit comments

Comments
 (0)
X Tutup