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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,19 @@
2
2
3
3
Hi! Thanks for your interest in contributing to the GitHub CLI!
4
4
5
-
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.
5
+
We accept pull requests for issues labelled `help wanted`. We encourage issues and discussion posts for all other contributions.
6
6
7
7
### Please do:
8
8
9
9
* Check issues to verify that a [bug][bug issues] or [feature request][feature request issues] issue does not already exist for the same problem or feature
10
10
* Open an issue if things aren't working as expected
11
-
* Open an issue to propose a significant change
11
+
* Open an issue to propose a change
12
12
* Open an issue to propose a design for an issue labelled [`needs-design` and `help wanted`][needs design and help wanted], following the [proposing a design guidelines](#proposing-a-design) instructions below
13
13
* Open an issue to propose a new community supported `gh` package with details about support and redistribution
14
14
* Mention `@cli/code-reviewers` when an issue you want to work on does not have clear Acceptance Criteria
15
15
* Open a pull request for any issue labelled [`help wanted`][hw] and [`good first issue`][gfi]
16
16
17
-
### Please _do not_:
17
+
### Please _do NOT_:
18
18
19
19
* Open a pull request for issues without the `help wanted` label or explicit Acceptance Criteria
20
20
* Expand pull request scope to include changes that are not described in the issue's Acceptance Criteria
@@ -24,7 +24,7 @@ We accept pull requests for bug fixes and features where we've discussed the app
0 commit comments