Skip to content

Commit d204f63

Browse files
authored
Merge pull request bootstrap-vue#1661 from robcresswell/update-contributing
fix(contributing): Improve the commit guidelines
2 parents 5b2af14 + c506280 commit d204f63

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,15 @@ If you want to see your changes in your project instead of the playground:
3131
- Now every time you change a component, a new production version will be built and ready on your project.
3232

3333
## Pull requests
34-
Please ensure all pull requests related to `v1.x` are made aganst the `dev` branch on GitHub.
35-
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit
36-
guidelines and PR naming conventions.
34+
Please ensure all pull requests are made aganst the `dev` branch on GitHub. See
35+
the [Conventional Commits](https://conventionalcommits.org/) spec for commit
36+
and PR naming guidelines. This is very important, as the `CHANGELOG` is
37+
generated from these messages.
3738

39+
Examples:
40+
41+
* `fix(modal): fixes some broken modal stuff`
42+
* `feat(table): add a feature to the table compoment!`
3843

3944
## Financial contributions
4045

@@ -71,4 +76,4 @@ Thank you to all our sponsors! (please ask your company to also support this ope
7176
<a href="https://opencollective.com/bootstrap-vue/sponsor/6/website" target="_blank"><img src="https://opencollective.com/bootstrap-vue/sponsor/6/avatar.svg"></a>
7277
<a href="https://opencollective.com/bootstrap-vue/sponsor/7/website" target="_blank"><img src="https://opencollective.com/bootstrap-vue/sponsor/7/avatar.svg"></a>
7378
<a href="https://opencollective.com/bootstrap-vue/sponsor/8/website" target="_blank"><img src="https://opencollective.com/bootstrap-vue/sponsor/8/avatar.svg"></a>
74-
<a href="https://opencollective.com/bootstrap-vue/sponsor/9/website" target="_blank"><img src="https://opencollective.com/bootstrap-vue/sponsor/9/avatar.svg"></a>
79+
<a href="https://opencollective.com/bootstrap-vue/sponsor/9/website" target="_blank"><img src="https://opencollective.com/bootstrap-vue/sponsor/9/avatar.svg"></a>

0 commit comments

Comments
 (0)