You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for your interest in contributing to the GitHub CLI!
8
10
9
11
We accept pull requests for bug fixes and features where we've discussed the approach in an issue and given the go-ahead for a community member to work on it. We'd also love to hear about ideas for new features as issues.
10
12
11
13
Please do:
12
14
15
+
* check existing issues to verify that the [bug][bug issues] or [feature request][feature request issues] has not already been submitted
13
16
* open an issue if things aren't working as expected
Copy file name to clipboardExpand all lines: README.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,9 @@ the terminal next to where you are already working with `git` and your code.
9
9
10
10
While in beta, GitHub CLI is available for repos hosted on GitHub.com only. It currently does not support repositories hosted on GitHub Enterprise Server or other hosting providers. We are planning on adding support for GitHub Enterprise Server after GitHub CLI is out of beta (likely towards the end of 2020), and we want to ensure that the API endpoints we use are more widely available for GHES versions that most GitHub customers are on.
11
11
12
-
## We need your feedback
12
+
## We want your feedback
13
13
14
-
GitHub CLI is currently in its early development stages, and we're hoping to get feedback from people using it.
15
-
16
-
If you've installed and used `gh`, we'd love for you to take a short survey here (no more than five minutes): https://forms.gle/umxd3h31c7aMQFKG7
17
-
18
-
And if you spot bugs or have features that you'd really like to see in `gh`, please check out the [contributing page][]
14
+
We'd love to hear your feedback about `gh`. If you spot bugs or have features that you'd really like to see in `gh`, please check out the [contributing page][].
19
15
20
16
## Usage
21
17
@@ -27,14 +23,14 @@ And if you spot bugs or have features that you'd really like to see in `gh`, ple
27
23
28
24
## Documentation
29
25
30
-
Read the [official docs](https://cli.github.com/manual/) for more information.
26
+
Read the [official docs][] for more information.
31
27
32
28
## Comparison with hub
33
29
34
30
For many years, [hub][] was the unofficial GitHub CLI tool. `gh` is a new project that helps us explore
35
31
what an official GitHub CLI tool can look like with a fundamentally different design. While both
36
32
tools bring GitHub to the terminal, `hub` behaves as a proxy to `git`, and `gh` is a standalone
37
-
tool. Check out our [more detailed explanation](/docs/gh-vs-hub.md) to learn more.
33
+
tool. Check out our [more detailed explanation][gh-vs-hub] to learn more.
38
34
39
35
40
36
<!-- this anchor is linked to from elsewhere, so avoid renaming it -->
@@ -128,7 +124,7 @@ Install and upgrade:
128
124
Install and upgrade:
129
125
130
126
1. Download the `.rpm` file from the [releases page][];
131
-
2. Install the downloaded file: `sudo yum localinstall gh_*_linux_amd64.rpm`
127
+
2. Install the downloaded file: `sudo yum localinstall gh_*_linux_amd64.rpm`
132
128
133
129
### openSUSE/SUSE Linux
134
130
@@ -139,7 +135,7 @@ Install and upgrade:
139
135
140
136
### Arch Linux
141
137
142
-
Arch Linux users can install from the [community repo](https://www.archlinux.org/packages/community/x86_64/github-cli/):
138
+
Arch Linux users can install from the [community repo][arch linux repo]:
143
139
144
140
```bash
145
141
pacman -S github-cli
@@ -159,11 +155,14 @@ Download packaged binaries from the [releases page][].
159
155
160
156
### Build from source
161
157
162
-
See here on how to [build GitHub CLI from source](/docs/source.md).
158
+
See here on how to [build GitHub CLI from source][build from source].
0 commit comments