2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

docs: correct typo in conventional changelog link (#1080)

This commit is contained in:
Jeff Sagal
2020-03-04 15:08:50 -08:00
committed by GitHub
parent 054cdd3ece
commit 60cd603bc3
+1 -2
View File
@@ -3,8 +3,7 @@
Looks like you want to help out on vue-select.. awesome! Here's a few things to keep in mind when contributing. Looks like you want to help out on vue-select.. awesome! Here's a few things to keep in mind when contributing.
- Vue Select uses semantic release to automate the release process. This means that good commit - Vue Select uses semantic release to automate the release process. This means that good commit
messages are critical. If you're unfamiliar with [conventional changelog](https://github.com messages are critical. If you're unfamiliar with [conventional changelog](https://github.com/ajoslin/conventional-changelog) you can run `yarn commit` to generate a commit message.
/ajoslin/conventional-changelog) you can run `yarn commit` to generate a commit message.
- It's almost always better to ask before you jump into a PR if you want to add new functionality - It's almost always better to ask before you jump into a PR if you want to add new functionality
. It's not fun for anyone when you spend time on something that doesn't end up in the component. . It's not fun for anyone when you spend time on something that doesn't end up in the component.
- If your PR fixes or references an open issue, be sure to reference it in your message. - If your PR fixes or references an open issue, be sure to reference it in your message.