From c4e647c7d7ad79dd07af1ea3b92319a718aab911 Mon Sep 17 00:00:00 2001 From: S <30118311+sasumner@users.noreply.github.com> Date: Tue, 23 Feb 2021 19:21:21 -0500 Subject: [PATCH] Updated Testing (markdown) --- Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing.md b/Testing.md index f63984f..f54490d 100644 --- a/Testing.md +++ b/Testing.md @@ -40,7 +40,7 @@ If the problem still exists in the current-build version of Notepad++ then pleas To verify that a specific PR has fixed a bug or implemented a feature, please follow the steps below: 1. Download and extract the latest portable version as described in ["Using the latest-release portable version of Notepad++"](#using-the-latest-release-portable-version-of-notepad) (above). -2. Go to the github web page of the PR. If you know the PR number (e.g. 9508) then the link is `https://github.com/notepad-plus-plus/notepad-plus-plus/pull/9508`. The formula to find a link for any PR is to take the base link `https://github.com/notepad-plus-plus/notepad-plus-plus/pull/` and add the PR number to it after the final `/`. If you don't know the PR number, but you know there is one, locate the original issue web page and there should be a way to get to the PR from reading the issue comments. +2. Go to the github web page of the PR that you wish to test. If you know the PR number (e.g. 9508) then the link is `https://github.com/notepad-plus-plus/notepad-plus-plus/pull/9508`. The formula to find a link for any PR is to take the base link `https://github.com/notepad-plus-plus/notepad-plus-plus/pull/` and add the PR number to it after the final `/`. If you don't know the PR number, but you know there is one, locate the original issue web page and there should be a way to find the PR number from reading the issue comments. 3. After getting to the page of the PR, click on the `Commits` tab visible on the PR page and you'll be taken to a different page. 4. On this page, locate the bottom-most commit and locate a small green-colored checkmark -- it is actually a link -- to the right of the commit-time; click on it and a small box will open and a `Details` link will be visible; click on that to be taken to a different page. 5. Proceed from the "Click on the job name in the list..." step in the instructions for ["Using the current build version of Notepad++"](#using-the-current-build-version-of-notepad) (above). \ No newline at end of file