Updated Testing (markdown)

S 2021-02-23 19:21:21 -05:00
parent 1c8ed2f46b
commit c4e647c7d7

@ -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: 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). 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. 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. 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). 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).