Skip to content

Commit 9a36044

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md
1 parent ce5a40d commit 9a36044

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,21 @@
33

44
closes #
55

6-
### Short Description and Why It's Useful
6+
### Short Description of the PR
77
<!-- describe in a few words what is this Pull Request changing and why it's useful -->
88

99

10-
1110
### Screenshots of Visual Changes before/after (if There Are Any)
1211
<!-- if you made any changes in the UI layer please provide before/after screenshots -->
1312

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)
2720

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 -->
3022

31-
- [ ] I read and followed [contribution rules](https://github.com/DivanteLtd/vue-storefront/blob/master/CONTRIBUTING.md)
3223

0 commit comments

Comments
 (0)