To help Mozilla out with this bug, here's the steps: 1. Comment here on the bug that you want to volunteer to help. This will tell others that you're working on the next steps. 2. [Download and build the Firefox source code](https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html) - [Here is a more detailed tutorial for getting set up to work on Firefox](https://firefox-source-docs.mozilla.org/setup/index.html) * If you have any problems, please ask on [Element/Matrix](https://chat.mozilla.org/#/room/#introduction:mozilla.org) in the `#introduction` channel. They're there to help you get started. 4. Start working on this bug. * You'll need to replace `gap: 12px` with `gap: var(--space-medium)` * If you have any problems with this bug, please comment on this bug and set the needinfo flag for me. Also, you can find me and my teammates on the `#reusable-components` channel on [Element/Matrix](https://chat.mozilla.org/#/room/#reusable-components:mozilla.org) most hours of most days. 5. Build your change with `mach build` and verify your change with `mach storybook` and the devtools inspector. Also check your changes for adherence to our style guidelines by using `mach lint`. 6. Submit the patch (including an automated test, if applicable) for review. Mark me as a reviewer so I'll get an email to come look at your code. * [How to Submit a Patch](https://firefox-source-docs.mozilla.org/contributing/how_to_submit_a_patch.html) * **This is when the bug will be assigned to you**. 7. After a series of reviews and changes to your patch, I'll push it to autoland. * If there are changes requested, [please read the "To update a submitted patch" section to ensure you don't accidentally create a duplicate revision!](https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html#to-update-a-submitted-patch) * Your code will soon be shipping to Firefox users worldwide!
Bug 1904110 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
To help Mozilla out with this bug, here's the steps: 1. Comment here on the bug that you want to volunteer to help. This will tell others that you're working on the next steps. 2. [Download and build the Firefox source code](https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html) - [Here is a more detailed tutorial for getting set up to work on Firefox](https://firefox-source-docs.mozilla.org/setup/index.html) * If you have any problems, please ask on [Element/Matrix](https://chat.mozilla.org/#/room/#introduction:mozilla.org) in the `#introduction` channel. They're there to help you get started. 4. Start working on this bug. * You'll need to replace `gap: 12px` with `gap: var(--space-medium)` * You can find the space tokens in [tokens-shared.css](https://searchfox.org/mozilla-central/rev/cb1060f7b4581e6c2d30f1accc84c7d807132d82/toolkit/themes/shared/design-system/tokens-shared.css#168-174) * If you have any problems with this bug, please comment on this bug and set the needinfo flag for me. Also, you can find me and my teammates on the `#reusable-components` channel on [Element/Matrix](https://chat.mozilla.org/#/room/#reusable-components:mozilla.org) most hours of most days. 5. Build your change with `mach build` and verify your change with `mach storybook` and the devtools inspector. Also check your changes for adherence to our style guidelines by using `mach lint`. 6. Submit the patch (including an automated test, if applicable) for review. Mark me as a reviewer so I'll get an email to come look at your code. * [How to Submit a Patch](https://firefox-source-docs.mozilla.org/contributing/how_to_submit_a_patch.html) * **This is when the bug will be assigned to you**. 7. After a series of reviews and changes to your patch, I'll push it to autoland. * If there are changes requested, [please read the "To update a submitted patch" section to ensure you don't accidentally create a duplicate revision!](https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html#to-update-a-submitted-patch) * Your code will soon be shipping to Firefox users worldwide!