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
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,16 @@
6
6
7
7
Hi! Thanks for your interest in contributing to the GitHub CLI!
8
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!
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.
11
10
12
11
Please do:
13
12
14
13
* open an issue if things aren't working as expected
15
14
* open an issue to propose a significant change
16
15
* 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
17
17
18
-
## Submitting a bug fix
18
+
## Submitting a pull request
19
19
20
20
0. Clone this repository
21
21
0. Create a new branch: `git checkout -b my-branch-name`
0 commit comments