From b4247eb5145ab56a7f595b3803dad00aec88c17c Mon Sep 17 00:00:00 2001 From: Gabriel Majeri Date: Tue, 5 Jun 2018 08:43:08 +0300 Subject: [PATCH] Update contributing information --- CONTRIBUTING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99943c63..75667e9e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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