From 8518b8255a21bc404002ab51520aafca6fe145cb Mon Sep 17 00:00:00 2001 From: Billy Griffin <5091167+billygriffin@users.noreply.github.com> Date: Thu, 9 Apr 2020 13:40:03 -0600 Subject: [PATCH] Update contributing to reflect something closer to reality --- .github/CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e5ad39f5c..ce97652f9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -6,16 +6,16 @@ Hi! Thanks for your interest in contributing to the GitHub CLI! -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 -hear about ideas for new features as issues, though! +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 bug fix +## Submitting a pull request 0. Clone this repository 0. Create a new branch: `git checkout -b my-branch-name`