From 6c1b6c1704f69e34fb8b566fc8b7c9ece6e7b01a Mon Sep 17 00:00:00 2001 From: Bird Egop Date: Mon, 21 Dec 2020 18:22:18 +0300 Subject: [PATCH] Add PR-BUILD.md and Pull Request Template --- .github/PR-BUILD.md | 20 ++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE/1-default.md | 3 +++ 2 files changed, 23 insertions(+) create mode 100644 .github/PR-BUILD.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/1-default.md diff --git a/.github/PR-BUILD.md b/.github/PR-BUILD.md new file mode 100644 index 0000000000..1dffc61e42 --- /dev/null +++ b/.github/PR-BUILD.md @@ -0,0 +1,20 @@ +## How to test a PR build + +Please take into account, that RPCS3 build usually takes some time (about 20 min), so you can't access a build, if a PR was just submitted. + +- Open a PR you want to test +- Scroll to the very bottom and locate "Checks" section +- Expand all checks + You are supposed to see something like this + ![image](https://user-images.githubusercontent.com/44116740/102790039-f98f6d00-43b5-11eb-9134-2359b732508d.png) +- Click on **Linux_Build** or **Windows_Build** __Details__ +- Click **View more details on Azure Pipelines** at the very bottom + ![image](https://user-images.githubusercontent.com/44116740/102790281-45daad00-43b6-11eb-90e7-0fa8c37c31c6.png) +- Click on *1 artifact produced* + ![image](https://user-images.githubusercontent.com/44116740/102790526-9a7e2800-43b6-11eb-9925-be1ea1c8bdad.png) +- Select a build for your OS and click three dots on the right, Click **Download artifacts** + ![image](https://user-images.githubusercontent.com/44116740/102790636-c9949980-43b6-11eb-9692-1e3ba567b9be.png) + +- Congratulations! You are now downloading RPCS3 build for specific PR. + +Please note, that PR builds are not supposed to be stable, because they contain new changesets. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/1-default.md b/.github/PULL_REQUEST_TEMPLATE/1-default.md new file mode 100644 index 0000000000..710d07ae2a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/1-default.md @@ -0,0 +1,3 @@ + + +[How to test this PR](.github/PR-BUILD.md) \ No newline at end of file