Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #150 from fulldecent/patch-1
Browse files Browse the repository at this point in the history
Update to link to latest docs
  • Loading branch information
matks authored Jun 7, 2024
2 parents 89b83d5 + c29ca39 commit 88fa1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AppBundle/PullRequests/BodyParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function getDescription()

/**
* @Assert\Choice(callback = "getValidTypes",
* message = "The `type` should be one of these: `new feature`, `improvement`, `bug fix` or `refacto` ([Read explanation](https://devdocs.prestashop.com/1.7/contribute/contribution-guidelines/pull-requests/#type--category)).",
* message = "The `type` should be one of these: `new feature`, `improvement`, `bug fix` or `refacto` ([Read explanation](https://devdocs.prestashop-project.org/8/contribute/contribution-guidelines/pull-requests/#type--category)).",
* strict=true)
*
* @return string
Expand All @@ -69,7 +69,7 @@ public function getType()

/**
* @Assert\Choice(choices = {"BO", "CO", "FO", "IN", "LO", "ME", "PM", "TE", "WS"},
* message = "The `category` should be one of these: `BO`, `CO`, `FO`, `IN`, `LO`, `ME`, `PM`, `TE` or `WS` ([Read explanation](https://devdocs.prestashop.com/1.7/contribute/contribution-guidelines/pull-requests/#type--category))",
* message = "The `category` should be one of these: `BO`, `CO`, `FO`, `IN`, `LO`, `ME`, `PM`, `TE` or `WS` ([Read explanation](https://devdocs.prestashop-project.org/8/contribute/contribution-guidelines/pull-requests/#type--category))",
* strict=true)
*
* @return string
Expand Down

0 comments on commit 88fa1f8

Please sign in to comment.