Skip to content

Commit

Permalink
Fix broken link in plugin guidelines (bevyengine#1513)
Browse files Browse the repository at this point in the history
I stumbled over a broken link in the plugin guidelines

Co-authored-by: Niklas Eicker <[email protected]>
  • Loading branch information
NiklasEi and NiklasEi committed Mar 3, 2021
1 parent 1fcafc4 commit 15aaa2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Additionally, it can be helpful to list:

### Tests and CI

Tests are always good! For CI, you can check [this example](https://github.com/actions-rs/meta/blob/main/recipes/quickstart.md) for a quickstart using GitHub Actions. As Bevy has additional Linux dependencies, you should install them before building your project, [here is how Bevy is doing it](https://github.com/bevyengine/bevy/blob/cf0e9f9968bb1bceb92a61cd773478675d35cbd6/.github/workflows/ci.yml#L39). Even if you don't have many (or any) tests, setting up CI will compile check your plugin and ensure a basic level of quality.
Tests are always good! For CI, you can check [this example](https://github.com/actions-rs/meta/blob/master/recipes/quickstart.md) for a quickstart using GitHub Actions. As Bevy has additional Linux dependencies, you should install them before building your project, [here is how Bevy is doing it](https://github.com/bevyengine/bevy/blob/cf0e9f9968bb1bceb92a61cd773478675d35cbd6/.github/workflows/ci.yml#L39). Even if you don't have many (or any) tests, setting up CI will compile check your plugin and ensure a basic level of quality.

### Publishing your Plugin

Expand Down

0 comments on commit 15aaa2b

Please sign in to comment.