Hello and thank you for interest in helping make Vue CRUD better. Please take a few moments to review the following guidelines.
- Try to search for your issue, it may have been answered.
- See if the error is reproduceable with the latest version.
- Use issue templates for bug reports and feature requests.
- Always work on a new branch. Making changes on your fork's
dev
ormaster
branch can cause problems. (See The beginner's guide to contributing to a GitHub project) - Bug fixes should be submitted to the
master
branch. - New features and breaking changes should be submitted to the
dev
branch. - Use a descriptive title no more than 64 characters long. This will be used as the commit message when your PR is merged.
- For changes and feature requests, please include an example of what you are trying to solve and an example of the markup. It is preferred that you create an issue first however, as that will allow the team to review your proposal before you start.
- Please reference the issue # that the PR resolves, something like
Fixes #1234
orResolves #6458
(See closing issues using keywords)