Update contributing guidelines for clarity#12505
Merged
Conversation
d7380c9 to
6e3871c
Compare
6e3871c to
fe72908
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the CONTRIBUTING.md guidelines to improve clarity and brevity. The changes simplify language and adjust formatting for consistency.
Changes:
- Simplified contribution acceptance policy to focus on
help wantedlabeled issues - Generalized language from "significant change" to "change"
- Updated formatting emphasis from "do not" to "do NOT"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
babakks
approved these changes
Jan 20, 2026
| * 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 | ||
| * Open an issue if things aren't working as expected | ||
| * Open an issue to propose a significant change | ||
| * Open an issue to propose a change |
Member
There was a problem hiding this comment.
wdyt about appending "(small or large)"?
Member
Author
There was a problem hiding this comment.
So I was thinking we should remove the size wording here to remove subjectivity since it's challenging to describe what "small" or "large" might mean for us.
Member
Author
There was a problem hiding this comment.
I'll merge this for now, but let's go and fix this if you want in another PR 👍
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Jan 22, 2026
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [cli/cli](https://github.com/cli/cli) | minor | `v2.85.0` → `v2.86.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>cli/cli (cli/cli)</summary> ### [`v2.86.0`](https://github.com/cli/cli/releases/tag/v2.86.0): GitHub CLI 2.86.0 [Compare Source](cli/cli@v2.85.0...v2.86.0) ####Install and run GitHub Copilot CLI directly from `gh` Since we deprecated the [GitHub Copilot in the CLI](https://github.blog/changelog/2025-09-25-upcoming-deprecation-of-gh-copilot-cli-extension/) extension in favor of the new agentic [GitHub Copilot CLI](https://github.com/github/copilot-cli), we want to give developers using `gh` a simple way to get started using our most powerful terminal assistant. - `gh copilot` will prompt to install, then run Copilot CLI - `gh copilot <args>` will execute the Copilot CLI, forwarding any arguments and flags For more information and usage options, run `gh copilot --help`. #### What's Changed ##### ✨ Features - `gh copilot`: add native `copilot` command to execute/install copilot cli by [@​devm33](https://github.com/devm33) in [#​12444](cli/cli#12444) - `gh cache delete`: allow for delete all caches for a ref by [@​davidspek](https://github.com/davidspek) in [#​12101](cli/cli#12101) - `gh pr create`: error when head and base refs are identical in pr create by [@​majiayu000](https://github.com/majiayu000) in [#​12376](cli/cli#12376) ##### 📚 Docs & Chores - Fix Windows asset URL in `copilot` command tests by [@​babakks](https://github.com/babakks) in [#​12500](cli/cli#12500) - Update contributing guidelines for clarity by [@​BagToad](https://github.com/BagToad) in [#​12505](cli/cli#12505) #### New Contributors - [@​devm33](https://github.com/devm33) made their first contribution in [#​12444](cli/cli#12444) - [@​davidspek](https://github.com/davidspek) made their first contribution in [#​12101](cli/cli#12101) **Full Changelog**: <cli/cli@v2.85.0...v2.86.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Ni4xIiwidXBkYXRlZEluVmVyIjoiNDIuODYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This proposes a few quick clarity and brevity improvements to contributing guidelines. Also includes some small formatting adjustments.