You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md
+14-10Lines changed: 14 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -12,25 +12,29 @@ This is my first PR for storefront or i'm not sure which other PR should i choos
12
12
13
13
closes #
14
14
15
-
### Short description and why it's useful
15
+
### Short description
16
16
<!-- describe in a few words what is this Pull Request changing and why it's useful -->
17
17
18
18
19
-
20
19
### Screenshots of visual changes before/after (if there are any)
21
20
<!-- if you made any changes in the UI layer please provide before/after screenshots -->
22
21
23
22
### Which environment this relates to
24
23
Check your case. In case of any doubts please read about [Release Cycle](https://docs.vuestorefront.io/guide/basics/release-cycle.html)
25
24
26
-
-[ ] 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`
27
-
-[ ] 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`
28
-
-[ ] 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`
29
-
30
-
### Upgrade Notes and Changelog
31
-
32
-
-[x] No upgrade steps required (100% backward compatibility and no breaking changes)
33
-
-[ ] 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 VS sites with this new feature
25
+
<!--
26
+
- 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`
27
+
- 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`
28
+
- 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`
29
+
- Vue Storefront Next (https://demo-next.vuestorefront.io)
30
+
-->
31
+
### Checklist
32
+
33
+
-[ ] No upgrade steps required (100% backward compatibility and no breaking changes)
34
+
-[ ] I've updated the Upgrade notes and Changelog
35
+
<!-- For VSF 1 ttps://github.com/DivanteLtd/vue-storefront/blob/develop/docs/guide/upgrade-notes/README.md) and https://github.com/DivanteLtd/vue-storefront/blob/develop/CHANGELOG.md) -->
36
+
-[ ] I updated the documentation
37
+
-[ ] My code is covered with unit tests
34
38
35
39
**IMPORTANT NOTICE** - Remember to update `CHANGELOG.md` with description of your change
0 commit comments