github-pull-request-description

We less than 150 words description for a PR changes, including new features, bug fixes, and improvements. And if there have APIs break changes (Only crates/ui changes) we should have a section called ## Breaking Changes to list them clearly.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "github-pull-request-description" with this command: npx skills add longbridge/gpui-component/longbridge-gpui-component-github-pull-request-description

Description

We less than 150 words description for a PR changes, including new features, bug fixes, and improvements. And if there have APIs break changes (Only crates/ui changes) we should have a section called ## Breaking Changes to list them clearly.

Breaking changes description

When a pull request introduces breaking changes to a codebase, it's important to clearly communicate these changes to users and developers who rely on the code. A well-written breaking changes description helps ensure that everyone understands what has changed, why it has changed, and how to adapt to the new version.

We can get the changes from the PR diff and summarize them in a clear and concise manner. Aim to provide a clear APIs changes for users to follow.

Format

We pefer the following format for breaking changes descriptions:

  • Use bullet list for each breaking change item.

  • Each item should have title and a code block showing the old and new usage by use diff .

  • Use ## Breaking Changes as the section title.

  • Use english language.

For example:

Breaking Changes

  • Added id parameter to Sidebar::new.
- Sidebar::new()
+ Sidebar::new("sidebar")
  • Removed the left and right methods; use side instead.

    Default is left.

- Sidebar::right()
+ Sidebar::new("sidebar").side(Side::Right)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

gpui-layout-and-style

No summary provided by upstream source.

Repository SourceNeeds Review
General

gpui-async

No summary provided by upstream source.

Repository SourceNeeds Review
General

gpui-context

No summary provided by upstream source.

Repository SourceNeeds Review
General

gpui-event

No summary provided by upstream source.

Repository SourceNeeds Review