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
+
9
+
Given that this project is very early and still in beta, we're only accepting pull requests for bug fixes right now. We'd love to
10
+
hear about ideas for new features as issues, though!
11
+
12
+
Please do:
13
+
14
+
* open an issue if things aren't working as expected
15
+
* open an issue to propose a significant change
16
+
* open a PR to fix a bug
17
+
18
+
## Submitting a bug fix
19
+
20
+
0. Clone this repository
21
+
0. Create a new branch: `git checkout -b my-branch-name`
22
+
0. Make your change, add tests, and ensure tests pass
23
+
0. Make a PR: `gh pr create --web`
24
+
25
+
Contributions to this project are [released][legal] to the public under the [project's open source license][license].
26
+
27
+
Please note that this project adheres to a [Contributor Code of Conduct][code-of-conduct]. By participating in this project you agree to abide by its terms.
28
+
29
+
## Resources
30
+
31
+
-[How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
0 commit comments