File tree Expand file tree Collapse file tree 1 file changed +2
-37
lines changed Expand file tree Collapse file tree 1 file changed +2
-37
lines changed Original file line number Diff line number Diff line change @@ -22,41 +22,6 @@ Please follow these guidelines when reporting issues:
2222
2323## Want to contribute?
2424
25- You consider contributing changes to our framework, this is awesome!
25+ We very much appreciate every contribution and do our best to review them in a reasonable time.
2626
27- Please consider these guidelines when filing a pull request:
28-
29- - Follow the [ Coding Rules] ( #coding-rules )
30- - Follow the [ Commit Rules] ( #commit-rules )
31- - Make sure you rebased the current master branch when filing the pull request
32- - Squash your commits when filing the pull request
33- - Provide a short title with a maximum of 100 characters
34- - Provide a more detailed description containing
35- _ What you want to achieve
36- _ What you changed
37- _ What you added
38- _ What you removed
39-
40- ## Coding Rules
41-
42- To keep the code base of our repository neat and tidy, we apply a set of rules to every change
43-
44- > Coding standards
45-
46- - ` eslint ` is king
47- - Favor micro library over swiss army knives (rimraf, ncp vs. fs-extra) - Just in case you really need one :)
48- - Be awesome
49-
50- ## Commit Rules
51-
52- To help everyone with understanding the commit history of commits the following rules are enforced.
53-
54- To make your life easier our repository is commitizen-friendly and provides the npm run-script ` commit ` .
55-
56- > Commit standards
57-
58- - [ conventional-changelog] ( https://github.com/conventional-changelog )
59- - husky commit message hook available
60- - present tense
61- - maximum of 100 characters
62- - message format of ` $type($scope): $message `
27+ To create a Pull Request, please follow our [ Branching model] ( https://docs.vuestorefront.io/v2/contributing/branching-model.html ) and [ How to submit a Pull Request] ( https://docs.vuestorefront.io/v2/contributing/how-to-submit-pull-request.html ) documents.
You can’t perform that action at this time.
0 commit comments