Replies: 3 comments 6 replies
-
Line 25 in 9e78c05
There's a kinda confusing template from three years ago, could be cleaned up a bit: https://github.com/vuetifyjs/vuetify/blob/master/.github/.git_commit_msg.txt
We squash PRs, so people can do whatever they want on their branch. Should probably mention to actually create a new branch, I see lots of PRs from master. If I've requested changes on a PR though I prefer it to not be rebased afterwards as it makes it harder to follow new changes.
Set |
Beta Was this translation helpful? Give feedback.
-
During my first time contributing, I noticed a couple things while trying to understand how to get started. I didn't understand how to test changes using the playground. It would have been nice to have some documentation mention it, maybe in the Contributing page? I only figured it out after looking at the markup section in the pull request template and trying to work the dev environment. Since I am on windows it would be nice to have the git config setup for |
Beta Was this translation helpful? Give feedback.
-
FYI, Yarn 2 works fine also. Just need to avoid the per project install that they now recommend for v2, as you'll end up with additional untracked files. https://yarnpkg.com/getting-started/install#per-project-install |
Beta Was this translation helpful? Give feedback.
-
Per discussion in discord documentation channel:
The Contribution page could probably use additional information:
Beta Was this translation helpful? Give feedback.
All reactions