Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.53 KB

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 1.53 KB

Contributing

Hi! Thanks for your interest in contributing to the GitHub CLI!

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.

Please do:

  • open an issue if things aren't working as expected
  • open an issue to propose a significant change
  • open a PR to fix a bug
  • open a PR if a member of the GitHub CLI team has given the ok after discussion in an issue

Submitting a pull request

  1. Clone this repository
  2. Create a new branch: git checkout -b my-branch-name
  3. Make your change, add tests, and ensure tests pass
  4. Make a PR: gh pr create --web

Contributions to this project are released to the public under the project's open source license.

Please note that this project adheres to a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

We generate manual pages from source on every release! You do not need to submit PRs for those specifically; the docs will get updated if your PR gets accepted.

Resources