X Tutup
Skip to content

Commit 8518b82

Browse files
authored
Update contributing to reflect something closer to reality
1 parent d14b5d3 commit 8518b82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

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

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!
9+
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.
1110

1211
Please do:
1312

1413
* open an issue if things aren't working as expected
1514
* open an issue to propose a significant change
1615
* open a PR to fix a bug
16+
* open a PR if a member of the GitHub CLI team has given the ok after discussion in an issue
1717

18-
## Submitting a bug fix
18+
## Submitting a pull request
1919

2020
0. Clone this repository
2121
0. Create a new branch: `git checkout -b my-branch-name`

0 commit comments

Comments
 (0)
X Tutup