Selaa lähdekoodia

Adding Prerequisites to workflow to give enough examples and context for users to utilize the workflow.

Signed-off-by: FuzzyCarterAWS <[email protected]>
FuzzyCarterAWS 2 vuotta sitten
vanhempi
commit
86d1fed4eb

+ 6 - 1
testing-guidance/workflow-tests/remote-projects/remote-projects-workflow-tests.md → testing-guidance/workflow-tests/o3de-project-manager/remote-projects/remote-projects-workflow-tests.md

@@ -4,7 +4,12 @@ These workflows center around testing the basic functionality of the Project Man
 
 ## Prerequisites
 
-*   Locally installed tools for the remote source being used (git installed with credentials for GitHub, for example)
+* Locally installed tools for the remote source being used (git installed with credentials for GitHub, for example)
+* A GitHub repository that has a compatible remote project (older projects may need to be updated to support this feature).
+   * Examples:
+     * NewspaperDeliveryGame (https://github.com/o3de/NewspaperDeliveryGame.git)
+     * Another [O3DE](https://github.com/o3de) owned sample with a compatible remote project.
+   * Your own repository URI with a project you've created.
 
 ## Common Issues