bevyengine / bevy

A refreshingly simple data-driven game engine built in Rust
https://bevyengine.org
Apache License 2.0
35.13k stars 3.45k forks source link

Need `CodeQuality` issue template #5440

Open djeedai opened 2 years ago

djeedai commented 2 years ago

What problem does this solve or what need does it fill?

Users cannot create issues for code quality, only for bugs and new features. For example #5439 is neither a bug (everything works), nor a feature request (the API would possibly change a bit, but the feature set won't).

What solution would you like?

Add a new GitHub template for code quality.

What alternative(s) have you considered?

Ping @alice-i-cecile for each new code quality Issue to remove the C-Bug tag and add the C-CodeQuality one.

Additional context

Surprisingly, Alice seem to prefer the template approach... ¯\_(ツ)_/¯

alice-i-cecile commented 2 years ago

I am in fact in favor of this!

harudagondi commented 2 years ago

Should #5279 be merged first before tackling this?

alice-i-cecile commented 2 years ago

No need; I'm fine to do them in whatever order.