Fork the repository from GitHub and clone your forked repository to your local machine:
git clone https://github.com/your-username/vuelace-3.git
cd vuelace-3
We use Storybook to develop and showcase our UI components. Make sure you have Node.js installed. You can launch Storybook by running:
npm install
npm run storybook
This will start Storybook on your local machine.
We use GitHub issues to track new features or bugs.
To suggest a new feature, please open a new issue. Provide as much detail as possible about the enhancement and why it would be useful.
If you find a bug, please create a bug report using the template on GitHub issues.
Starting from your forked and cloned repository:
-
Create a new branch:
git checkout -b feature/your-feature-name -
Make your changes and commit.
-
Push to your fork and create a pull request against the
mainbranch of our original repository.
Your pull request must respect the following guidelines:
- Check that your code does not introduce linting issues.
- Provide a detailed description of your changes in the pull request.
- Link the related issue, if it exists.
- Follow the existing code style.
- Use ESLint to maintain code quality.
- Write clear and concise comments where necessary.
Example of a good commit message
Add support for multiple options selection
Use the following rules for a great git commit message style:
- Use the imperative mood in the subject line
- Limit the subject line to 50 characters
- Capitalize the subject line
- In case you need to explain what and why you have done something, use the commit body