Closed TrialDragon closed 2 months ago
Bring the Contributing Guide's Working Group page up to date with the bevy repository's CONTRIBUTING.md.
bevy
CONTRIBUTING.md
Port over the last two commits relevant to working groups (https://github.com/bevyengine/bevy/commit/68db79862227885bb5d4794c2636e1749e36e574 https://github.com/bevyengine/bevy/commit/4a312a12e79ccf32b54ba2d3e99053685028c055).
Run zola serve --open in trialdragon/bring_working_groups_up_to_date, and check that the changes didn't break render, or that Zola runs.
zola serve --open
trialdragon/bring_working_groups_up_to_date
Objective
Bring the Contributing Guide's Working Group page up to date with the
bevy
repository'sCONTRIBUTING.md
.Solution
Port over the last two commits relevant to working groups (https://github.com/bevyengine/bevy/commit/68db79862227885bb5d4794c2636e1749e36e574 https://github.com/bevyengine/bevy/commit/4a312a12e79ccf32b54ba2d3e99053685028c055).
Testing
Run
zola serve --open
intrialdragon/bring_working_groups_up_to_date
, and check that the changes didn't break render, or that Zola runs.