Skip to content

Commit 57c7bef

Browse files
authored
Merge pull request #4898 from DivanteLtd/filrak-patch-5
Update PULL_REQUEST_TEMPLATE.md
2 parents dddcf4f + ac6e15b commit 57c7bef

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,29 @@ This is my first PR for storefront or i'm not sure which other PR should i choos
1212

1313
closes #
1414

15-
### Short description and why it's useful
15+
### Short description
1616
<!-- describe in a few words what is this Pull Request changing and why it's useful -->
1717

1818

19-
2019
### Screenshots of visual changes before/after (if there are any)
2120
<!-- if you made any changes in the UI layer please provide before/after screenshots -->
2221

2322
### Which environment this relates to
2423
Check your case. In case of any doubts please read about [Release Cycle](https://docs.vuestorefront.io/guide/basics/release-cycle.html)
2524

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
3438

3539
**IMPORTANT NOTICE** - Remember to update `CHANGELOG.md` with description of your change
3640

0 commit comments

Comments
 (0)