mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
Update contributing information
This commit is contained in:
parent
e3681af259
commit
b4247eb514
1 changed files with 6 additions and 1 deletions
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
Pull requests, issues and suggestions are welcome!
|
||||
|
||||
The UEFI spec is huge, so there might be some omissions or some missing features.
|
||||
You should follow the existing project structure when adding new items.
|
||||
|
||||
## Workflow
|
||||
|
||||
First, change to the `uefi-test-runner` directory:
|
||||
|
|
@ -16,9 +19,11 @@ I use [VS Code][code] with the [RLS][rls] extension.
|
|||
Test your changes:
|
||||
|
||||
```shell
|
||||
./build.py build run
|
||||
./build.py run
|
||||
```
|
||||
|
||||
The line above will open a QEMU window where the test harness will run some tests.
|
||||
|
||||
[code]: https://code.visualstudio.com/
|
||||
[rls]: https://github.com/rust-lang-nursery/rls-vscode
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue