Skip to content

Commit

Permalink
Testing...
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-i-cecile committed Apr 30, 2021
1 parent 37f2917 commit f267886
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ Examples in Bevy should be:
3. **Relevant:** They should explain, through comments or variable names, how what they can be useful to a game developer.
4. **Minimal:** They should be no larger or more complex than is needed to meet their other goals.

1. **Working:** They must compile and run, and should fail in obvious ways.
2. **Clear:** They must use descriptive variable names, have reasonable code-quality, be formatted, and be appropriately commented.
3. **Relevant:** They should explain, through comments or variable names, how what they can be useful to a game developer.
4. **Minimal:** They should be no larger or more complex than is needed to meet their other goals.

When you add a new example, be sure to update `examples/README.md` with the new example and add it to the root `Cargo.toml` file.
Use a generous sprinkling of keywords in your description: these are commonly used to search for a specific example.

Expand Down

0 comments on commit f267886

Please sign in to comment.