|
3 | 3 |
|
4 | 4 | closes #
|
5 | 5 |
|
6 |
| -### Short Description and Why It's Useful |
| 6 | +### Short Description of the PR |
7 | 7 | <!-- describe in a few words what is this Pull Request changing and why it's useful -->
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
11 | 10 | ### Screenshots of Visual Changes before/after (if There Are Any)
|
12 | 11 | <!-- if you made any changes in the UI layer please provide before/after screenshots -->
|
13 | 12 |
|
14 |
| -### Which Environment This Relates To |
15 |
| -Check your case. In case of any doubts please read about [Release Cycle](https://docs.vuestorefront.io/guide/basics/release-cycle.html) |
16 |
| - |
17 |
| -- [ ] Test version (https://test.storefrontcloud.io) - this is a new feature or improvement for Vue Storefront. I've created branch from `develop` branch and want to merge it back to `develop` |
18 |
| -- [ ] RC version (https://next.storefrontcloud.io) - this is a stabilisation fix for Release Candidate of Vue Storefront. I've created branch from `release` branch and want to merge it back to `release` |
19 |
| -- [ ] Stable version (https://demo.storefrontcloud.io) - this is an important fix for current stable version. I've created branch from `hotfix` or `master` branch and want to merge it back to `hotfix` |
20 |
| - |
21 |
| -### Upgrade Notes and Changelog |
22 |
| -- [x] No upgrade steps required (100% backward compatibility and no breaking changes) |
23 |
| -- [ ] I've updated the [Upgrade notes](https://github.com/DivanteLtd/vue-storefront/blob/develop/docs/guide/upgrade-notes/README.md) and [Changelog](https://github.com/DivanteLtd/vue-storefront/blob/develop/CHANGELOG.md) on how to port existing Vue Storefront sites with this new feature |
24 |
| -- [ ] (Next only) I've followed this [instruction](https://docs-next.vuestorefront.io/contributing/creating-changelog.html) and I've created a `.js` file with information about my Pull Request |
25 |
| - |
26 |
| -**IMPORTANT NOTICE** - Remember to update `CHANGELOG.md` with description of your change |
| 13 | +### Pull Request Checklist |
| 14 | +<!-- we will not merge your Pull Request until all checkboxes are checked --> |
| 15 | +- [ ] I have updated the Changelog ([V1](https://github.com/DivanteLtd/vue-storefront/blob/develop/CHANGELOG.md)) [v2](https://docs-next.vuestorefront.io/contributing/creating-changelog.html) and mentioned all breaking changes in the public API. |
| 16 | +- [ ] I have documented all new public APIs and made changes to existing docs mentioning the parts I've changed so they're up to date. |
| 17 | +- [ ] I have tested my Pull Request on production build and (to my knowledge) it works without any issues |
| 18 | +<!-- VSF Next only --> |
| 19 | +- [ ] I have followed [naming conventions](https://github.com/kettanaito/naming-cheatsheet) |
27 | 20 |
|
28 |
| -### Contribution and Currently Important Rules Acceptance |
29 |
| -<!-- Please get familiar with following info --> |
| 21 | +<!-- Please get familiar with following contribution tules https://github.com/DivanteLtd/vue-storefront/blob/master/CONTRIBUTING.md --> |
30 | 22 |
|
31 |
| -- [ ] I read and followed [contribution rules](https://github.com/DivanteLtd/vue-storefront/blob/master/CONTRIBUTING.md) |
32 | 23 |
|
0 commit comments