Skip to content

Commit

Permalink
Merge pull request #43 from boherm/fix-after-#36329
Browse files Browse the repository at this point in the history
  • Loading branch information
boherm authored Jun 10, 2024
2 parents 5a6d89e + 1964a39 commit acbf9d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class PullRequestDescription
public const TYPES_AVAILABLE = ['bug fix', 'improvement', 'new feature', 'refacto'];
public const CATEGORIES_AVAILABLE = ['FO', 'BO', 'CO', 'IN', 'WS', 'TE', 'LO', 'ME', 'PM'];
public const TEMPLATE_HOW_TO_TEST = 'Indicate how to verify that this change works as expected.';
public const TEMPLATE_UI_TESTS = 'Please run UI tests and paste here the link to the run. [Read this page to know why and how to use this tool.](https://devdocs.prestashop-project.org/8/contribute/contribution-guidelines/ui-tests/).';
public const TEMPLATE_UI_TESTS = 'Please run UI tests and paste here the link to the run. [Read this page to know why and how to use this tool](https://devdocs.prestashop-project.org/8/contribute/contribution-guidelines/ui-tests/).';

public function __construct(
private string $bodyContent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public static function provideTestHandle(): array
| BC breaks? | yes / no
| Deprecations? | yes / no
| How to test? | Indicate how to verify that this change works as expected.
| UI Tests | Please run UI tests and paste here the link to the run. [Read this page to know why and how to use this tool.](https://devdocs.prestashop-project.org/8/contribute/contribution-guidelines/ui-tests/).
| UI Tests | Please run UI tests and paste here the link to the run. [Read this page to know why and how to use this tool](https://devdocs.prestashop-project.org/8/contribute/contribution-guidelines/ui-tests/).
| Fixed issue or discussion? | Fixes #{issue number here}, Fixes #{another issue number here}, Fixes https://github.com/PrestaShop/PrestaShop/discussions/ {discussion number here}
| Related PRs | If theme, autoupgrade or other module change is needed to make this change work, provide a link to related PRs here.
| Sponsor company | Your company or customer's name goes here (if applicable).
Expand Down

0 comments on commit acbf9d7

Please sign in to comment.