Thank you for your interest in contributing! Here are some guidelines to help you get started.
- Fork the repository
- Clone your fork:
git clone https://github.com/your-username/vue-plugin-template.git - Install dependencies:
npm install - Create a branch:
git checkout -b feature/your-feature
-
Make your changes in the appropriate directory:
src/for plugin codetests/for testsplayground/for playground examples
-
Run tests:
npm run test -
Run linter:
npm run lint -
Format code:
npm run format
- Write tests for any new features
- Ensure all tests pass before submitting
- Aim for high test coverage
- Update the README.md with details of changes if needed
- Ensure all tests pass and code is linted
- Update the version number if applicable
- Submit your PR with a clear description of the changes
- Follow the existing code style
- Use TypeScript for all new code
- Write clear, descriptive commit messages
- Add comments for complex logic
Feel free to open an issue for any questions or concerns.