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!
10
4
11
5
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.
@@ -17,11 +11,11 @@ Please do:
17
11
* Open an issue to propose a significant change.
18
12
* Open a pull request to fix a bug.
19
13
* Open a pull request to fix documentation about a command.
20
-
* Open a pull request for an issue with the `help-wanted` label and leave a comment claiming it.
14
+
* Open a pull request for any issue labelled [`helpwanted`][hw] or [`good first issue`][gfi].
21
15
22
16
Please avoid:
23
17
24
-
* Opening pull requests for issues marked `needs-design`, `needs-investigation`, `needs-user-input`, or `blocked`.
18
+
* Opening pull requests for issues marked `needs-design`, `needs-investigation`, or `blocked`.
25
19
* Adding installation instructions specifically for your OS/package manager.
26
20
* Opening pull requests for any issue marked `core`. These issues require additional context from
27
21
the core CLI team at GitHub and any external pull requests will not be accepted.
@@ -52,6 +46,18 @@ We generate manual pages from source on every release. You do not need to submit
52
46
53
47
## Resources
54
48
55
-
-[How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,16 @@
4
4
5
5

6
6
7
-
## Availability
8
-
9
7
GitHub CLI is available for repositories hosted on GitHub.com and GitHub Enterprise Server 2.20+, and to install on macOS, Windows, and Linux.
10
8
11
9
## Documentation
12
10
13
-
Read the [official docs][] for usage and more information.
11
+
[See the manual][manual] for setup and usage instructions.
12
+
13
+
## Contributing
14
14
15
-
## We want your feedback
15
+
If anything feels off, or if you feel that some functionality is missing, please check out the [contributing page][contributing]. There you will find instructions for sharing your feedback, building the tool locally, and submitting pull requests to the project.
16
16
17
-
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][].
18
17
19
18
<!-- this anchor is linked to from elsewhere, so avoid renaming it -->
20
19
## Installation
@@ -86,13 +85,13 @@ tools bring GitHub to the terminal, `hub` behaves as a proxy to `git`, and `gh`
86
85
tool. Check out our [more detailed explanation][gh-vs-hub] to learn more.
0 commit comments