Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 969 Bytes

contributing.md

File metadata and controls

37 lines (28 loc) · 969 Bytes

Contributing

To setup and test, follow these steps:

git clone https://github.com/voorhoede/vue-components.git
cd vue-components
npm ci
npm test

General Prerequisites

Node.js, latest LTS is recommended.

Tips

Git Commit Messages

Write the message in present tense beginning with an uppercase letter, structured like this:

<subject>
<BLANK LINE>
<body>

Example

Clarify missing vue slot error

Closes #1

Publishing

All notable changes to this project will be documented in the package changelog files.
Their format is based on Keep a Changelog, and this project adheres to Semantic Versioning. To manage changelog generation and publishing we use changesets.