bevyengine / bevy-website

The source files for the official Bevy website
https://bevyengine.org
MIT License
193 stars 332 forks source link

Migrate engine style guide to Contributing Guide #1614

Closed TrialDragon closed 1 month ago

TrialDragon commented 1 month ago

Objective

Migrate the bevy repository's .github/contributing/engine_style_guide.md to the Opening Pull Requests page, so that the modern guide has parity with the old contributing guide and materials for https://github.com/bevyengine/bevy/issues/14884

Solution

Create a new second-level header for the style guide and copy the engine style guide to it verbatim.

Testing

Run zola serve --open on the branch trialdragon/migrate_engine_style_guide, and explore /learn/contribute/helping-out/opening-pull-requests#style-guide.