-
Notifications
You must be signed in to change notification settings - Fork 860
Update pull_request_template.md #9246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
JasonStoltz
wants to merge
4
commits into
main
Choose a base branch
from
release-readiness-checklist
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -14,43 +14,51 @@ Generally, most PRs should have a related issue from the [public EUI repo](https | |||||
| If this change does *not* have an issue associated with, or it is not clear in the issue, please clearly explain *why* we are making this change. This is valuable context for our changelogs. | ||||||
| --> | ||||||
|
|
||||||
| ## Screenshots <a href="#user-content-screenshots" id="screenshots">#</a> | ||||||
| ## Impact to users | ||||||
|
|
||||||
| <!-- | ||||||
| If this change includes changes to UI, it is important to include screenshots or gif. This helps our users understand what changed when reviewing our changelogs. | ||||||
| How will this change impact EUI users? If it's a breaking change, what will they need to do to handle this change when upgrading? Take a moment to look at usage in Kibana and consider how many usages this will impact and note it here. | ||||||
|
|
||||||
| Even if it is not a breaking change, how significant is the visual change? Is it a large enough visual change that we would want them advise them to test it? | ||||||
| --> | ||||||
|
|
||||||
| ## Impact to users | ||||||
| ## Screenshots <a href="#user-content-screenshots" id="screenshots">#</a> (optional) | ||||||
|
|
||||||
| <!-- | ||||||
| How will this change impact EUI users? If it's a breaking change, what will they need to do to handle this change when upgrading? Take a moment to look at usage in Kibana and consider how many usages this will impact and note it here. | ||||||
| If this change includes changes to UI, it is important to include screenshots or gif. This helps our users understand what changed when reviewing our changelogs. | ||||||
| --> | ||||||
|
|
||||||
| Even if it is not a breaking change, how significant is the visual change? Is it a large enough visual change that we would want them advise them to test it? | ||||||
| ### Relevant links (optional) | ||||||
|
|
||||||
| <!-- | ||||||
| If applicable, paste any relevant links: Figma design, documentation website, migration instructions and plan (if a breaking change). | ||||||
| --> | ||||||
|
|
||||||
| ## QA | ||||||
|
|
||||||
| Remove or strikethrough items that do not apply to your PR. | ||||||
|
|
||||||
| ### General checklist | ||||||
| ### Release checklist | ||||||
| - [ ] **[changelog](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/documenting/changelogs.md)** added | ||||||
| - [ ] **[documentation](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/documenting)** updated | ||||||
| - [ ] **[EUI Figma](https://www.figma.com/files/776883452119367313/recents-and-sharing?fuid=613449417977720558)** updated | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
I added a draft |
||||||
| - [ ] **if breaking changes** | ||||||
| - [ ] **`breaking change`** - label added | ||||||
| - [ ] **migration instructions** - exist | ||||||
| - [ ] **migration plan** - plan to update in Kibana and Cloud UI documented | ||||||
|
|
||||||
| - Browser QA | ||||||
| - [ ] Checked in both **light and dark** modes | ||||||
| - [ ] Checked in both [MacOS](https://support.apple.com/lv-lv/guide/mac-help/unac089/mac) and [Windows](https://support.microsoft.com/en-us/windows/turn-high-contrast-mode-on-or-off-in-windows-909e9d89-a0f9-a3a9-b993-7a6dcee85025) **high contrast modes** | ||||||
| ### QA checklist | ||||||
| - **Browser** | ||||||
| - [ ] **light and dark** modes | ||||||
| - [ ] **high contrast modes** on [MacOS](https://support.apple.com/lv-lv/guide/mac-help/unac089/mac) and [Windows](https://support.microsoft.com/en-us/windows/turn-high-contrast-mode-on-or-off-in-windows-909e9d89-a0f9-a3a9-b993-7a6dcee85025) | ||||||
| - (_[emulate forced colors](https://devtoolstips.org/tips/en/emulate-forced-colors/) if you do not have access to a Windows machine_.) | ||||||
| - [ ] Checked in **mobile** | ||||||
| - [ ] Checked in **Chrome**, **Safari**, **Edge**, and **Firefox** | ||||||
| - [ ] Checked for **accessibility** including keyboard-only and screenreader modes | ||||||
| - Docs site QA | ||||||
| - [ ] Added **[documentation](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/documenting)** | ||||||
| - [ ] Props have proper **autodocs** (using `@default` if default values are missing) and **[playground toggles](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/documenting/playgrounds.md)** | ||||||
| - [ ] Checked **[Code Sandbox](https://codesandbox.io/)** works for any docs examples | ||||||
| - Code quality checklist | ||||||
| - [ ] Added or updated **[jest](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/testing/unit-testing.md) and [cypress](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/testing/cypress-testing.md) tests** | ||||||
| - [ ] Updated **[visual regression tests](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/testing/visual-regression-testing.md)** | ||||||
| - Release checklist | ||||||
| - [ ] A **[changelog](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/documenting/changelogs.md)** entry exists and is marked appropriately | ||||||
| - [ ] If applicable, added the **breaking change** issue label (and filled out the breaking change checklist) | ||||||
| - [ ] If the changes unblock an issue in a different repo, smoke tested carefully (see [Testing EUI features in Kibana ahead of time](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/testing/testing-in-kibana.md)) | ||||||
| - Designer checklist | ||||||
| - [ ] If applicable, [file an issue](https://github.com/elastic/platform-ux-team/issues/new/choose) to update [EUI's Figma library](https://www.figma.com/community/file/964536385682658129) with any corresponding UI changes. _(This is an internal repo, if you are external to Elastic, ask a maintainer to submit this request)_ | ||||||
| - [ ] **mobile** | ||||||
| - [ ] **Chrome**, **Safari**, **Edge**, and **Firefox** | ||||||
| - [ ] **accessibility** - including keyboard-only and screen reader modes | ||||||
| - **Docs site** | ||||||
| - [ ] **documentation** - added or updated | ||||||
| - [ ] **props** - props have proper **autodocs** (using `@default` if default values are missing) | ||||||
| - [ ] **[Code Sandbox](https://codesandbox.io/)** - works in docs examples | ||||||
| - [ ] **Tested in Kibana (or elsewhere)** - if the changes unblock an issue in a different repo, smoke tested carefully (see [Testing EUI features in Kibana ahead of time](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/testing/testing-in-kibana.md)) | ||||||
|
|
||||||
| ### Code quality checklist | ||||||
| - [ ] **[Jest](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/testing/unit-testing.md) and [Cypress](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/testing/cypress-testing.md) tests** - added or updated | ||||||
| - [ ] **[visual regression tests](https://github.com/elastic/eui/blob/main/wiki/contributing-to-eui/testing/visual-regression-testing.md)** - added or updated | ||||||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # Design System Synchronization Guidelines | ||
| When submitting code changes that affect the visual design, behavior, or properties of EUI components or tokens, it's critical to ensure the [Elastic UI Borealis](https://www.figma.com/design/FHys7gLzyvD1gc9DrJM6D8/Elastic-UI--Borealis-?m=auto) Figma library remains synchronized with the codebase. This maintains design-development consistency across the entire Elastic ecosystem. | ||
|
|
||
| ## When Figma Updates Are Required | ||
| Code changes that impact design and require Figma library updates include: | ||
|
|
||
| - *Component visual changes:* Styling modifications, color updates, spacing adjustments, typography changes | ||
| - *New component creation:* Following the four-step component creation process | ||
| - *Props modifications:* Adding, removing, or changing component properties that affect visual output | ||
| - *Icon additions/changes:* New icons or modifications to existing ones per icon creation guidelines | ||
| - *Design token updates:* Changes to colors, spacing, typography, or other design tokens | ||
| *Behavioral changes:* Interactions, states, or animations that alter user experience | ||
|
|
||
| ## Design Review Process | ||
|
|
||
| 1. Contact the design colleague in your team who can support you throughout the process, if needed. | ||
| 2. Create a new Figma branch in the [Elastic UI Borealis](https://www.figma.com/design/FHys7gLzyvD1gc9DrJM6D8/Elastic-UI--Borealis-?m=auto) library that includes the proposed changes and links to the related PR. | ||
| 3. Request a design review in Figma using the built-in workflow, or share the branch in the #eui-figma Slack channel. |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Considering that we would want to be as confident about updates as possible before merging and releasing, do we want to add a note to add links to required changes that are prepared ahead of time?
Or - if we want to highlight it more - do we want it to be a separate section (maybe something like "Release information" 🤔) as it's for the elastic consumers (Kibana/Cloud) we update ourselves specifically?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mgadewoll I agree 👍🏻 Instead of creating a separate section, I would rename this one "Release information" and rephrase:
Wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@weronikaolejniczak Yep agreed, that sounds good 👍