Skip to content

Commit 7f8c547

Browse files
authored
Create CONTRIBUTING.md
1 parent 90981a5 commit 7f8c547

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Pull Requests
2+
3+
Looks like you want to help out on vue-select.. awesome! Here's a couple things to keep in mind when contributing.
4+
5+
1. If your PR contains multiple commits, try to keep those commits succinct, with descriptive messages. This makes it easier to understand your thought process.
6+
2. Don't run the build before submitting. The build is only run and committed immediately before a new release, and submitting a PR with a build included is just more to parse.
7+
3. If your PR fixes or references an open issue, be sure to reference it in your message.
8+
4. If you're adding new functionality, make sure your code has good test coverage.
9+
10+
:tada: Thanks for contributing, and an even bigger thanks for reading these guidelines!

0 commit comments

Comments
 (0)