mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Fix broken link in plugin guidelines (#1513)
I stumbled over a broken link in the plugin guidelines Co-authored-by: Niklas Eicker <git@nikl.me>
This commit is contained in:
parent
1fcafc4210
commit
15aaa2b297
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue