From acb0c305aec1fc78e779b64b07975f59c8a061b7 Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+Mariana-Caetano@users.noreply.github.com> Date: Wed, 27 Apr 2022 13:21:39 -0300 Subject: [PATCH 1/2] Doc: Update PR template checklist --- pull_request_template.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pull_request_template.md b/pull_request_template.md index fcec8010..9b377646 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -20,4 +20,14 @@ You may erase this after checking them all ;) -- [] CHANGELOG entry added +- [ ] Added an entry in the `CHANGELOG.md` at the beginning of its due section. [The latest version should comes first](https://keepachangelog.com/en/1.0.0/#:~:text=The%20latest%20version%20comes%20first.). +- [ ] Added the PR number with the PR link at the entry in the `CHANGELOG.md`. E.g., *New items in the `pull_request_template.md` ([#4](https://github.com/vtex-sites/nextjs.store/pull/4))* + + +- PR description +- [ ] Updated the Storybook - *if applicable*. +- [ ] Added a label according to the PR goal - `Breaking change`, `Enhancement`, `Bug` or `Chore`. +- [ ] Added the component, hook, or pathname in-between backticks (``) *- If applicable*. E.g., *`ComponentName` component*. +- [ ] Identified the function or parameter in the PR *- If applicable*. E.g., *`useWindowDimensions` hook*. +- [ ] For documentation changes, ping @carolinamenezes or @Mariana-Caetano to review and update the changes. + From fb224db7973e5389a9fbf77d3ef8b017d4fd17a3 Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+Mariana-Caetano@users.noreply.github.com> Date: Wed, 27 Apr 2022 13:40:17 -0300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8728f231..140f5249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +- New items to the checklist of the `pull_request_template.md` ([#4](https://github.com/vtex-sites/nextjs.store/pull/4)) - Integrates with search.query event api (#2) - Applies new local tokens to `Badge` (#462) - Applies new local tokens to `Hero` (#435)