From dc8d4d399f486b5164efc60db4a92d65d26a72c8 Mon Sep 17 00:00:00 2001 From: Rob Parolin Date: Thu, 13 Jun 2019 08:19:17 -0700 Subject: [PATCH] improving docs --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 21e8d60..015e1e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ You can sign here: [Go to CLA](https://electronicarts.na1.echosign.com/public/es ### Pull Request Policy -All code contributions to EASTL are submitted as [Github pull requests](https://help.github.com/articles/using-pull-requests/). All pull requests will be reviewed by an EASTL maintainer according to the guidelines found in the next section. +All code contributions are submitted as [Github pull requests](https://help.github.com/articles/using-pull-requests/). All pull requests will be reviewed by a maintainer according to the guidelines found in the next section. Your pull request should: @@ -26,7 +26,7 @@ EAAssert uses CMake as its build system. * Create and navigate to "your_build_folder": * mkdir your_build_folder && cd your_build_folder * Generate build scripts: - * cmake eastl_source_folder -DEABASE_BUILD_TESTS:BOOL=ON + * cmake source_folder -DEABASE_BUILD_TESTS:BOOL=ON * Build unit tests for "your_config": * cmake --build . --config your_config * Run the unit tests for "your_config" from the test folder: