-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
A-Build-SystemRelated to build systems or continuous integrationRelated to build systems or continuous integrationA-GenerateGenerating a new project from this templateGenerating a new project from this templateC-DocsAn addition or correction to our documentationAn addition or correction to our documentationC-PerformanceA change motivated by improving speed, memory usage or compile timesA change motivated by improving speed, memory usage or compile timesC-UsabilityA targeted quality-of-life change that makes this template easier to useA targeted quality-of-life change that makes this template easier to useD-TrivialNice and easy! A great choice to start contributingNice and easy! A great choice to start contributingS-BlockedThis cannot move forward until something else changesThis cannot move forward until something else changes
Description
The following files should be copied over:
.github/workflows/
(but keep this template'sci-generate.yaml
).vscode/
.idea/
.editorconfig
.gitignore
(should be identical already)Cargo.toml
(andCargo.toml.template
, and runcargo update
forCargo.lock
)clippy.toml
README.md
(not the whole file, but copy / adapt the relevant sections)README.md.template
(edit to link tobevy_new_minimal
instead ofbevy_new_2d
, and updatepost-generate.rhai
accordingly)
This should be considered a "checkpoint", not a commitment to keep the files in sync between all templates. We should wait on that until the files are more stable (which is probably still a long way out).
bevy_new_2d
should also remain the "source of truth" for these files for now IMO.
Metadata
Metadata
Assignees
Labels
A-Build-SystemRelated to build systems or continuous integrationRelated to build systems or continuous integrationA-GenerateGenerating a new project from this templateGenerating a new project from this templateC-DocsAn addition or correction to our documentationAn addition or correction to our documentationC-PerformanceA change motivated by improving speed, memory usage or compile timesA change motivated by improving speed, memory usage or compile timesC-UsabilityA targeted quality-of-life change that makes this template easier to useA targeted quality-of-life change that makes this template easier to useD-TrivialNice and easy! A great choice to start contributingNice and easy! A great choice to start contributingS-BlockedThis cannot move forward until something else changesThis cannot move forward until something else changes