You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What problem does this solve or what need does it fill?
We should have one central place to point new (and old) contributors when they have questions about the contribution process, especially when it come to PRs.
I think this is particularly valuable for contributors who are new to Rust or open source development. This is more likely to be true with Bevy than other projects, due to its accessibility and broad interest.
What solution would you like?
Create a CONTRIBUTING.md file.
Current steps for making a PR:
Fork the repo.
Make changes locally.
Run cargo fmt. Run cargo +nightly fmt.
Run cargo clippy. Take the clippy command from the workflows folder & run the same command.
Submit a pull request with a descriptive title and any important context about the changes.
What alternative(s) have you considered?
Continue to pass this information on one contributor at a time, or trust that they're experienced to know how to do so.
What problem does this solve or what need does it fill?
We should have one central place to point new (and old) contributors when they have questions about the contribution process, especially when it come to PRs.
I think this is particularly valuable for contributors who are new to Rust or open source development. This is more likely to be true with Bevy than other projects, due to its accessibility and broad interest.
What solution would you like?
Create a CONTRIBUTING.md file.
Current steps for making a PR:
RunRuncargo fmt
.cargo +nightly fmt
.cargo clippy
. Take the clippy command from the workflows folder & run the same command.What alternative(s) have you considered?
Continue to pass this information on one contributor at a time, or trust that they're experienced to know how to do so.
Additional context
Prompt for this issue.
The text was updated successfully, but these errors were encountered: