We're excited that you're interested in contributing to Selendrakit! This document outlines the process for contributing to this project.
- Fork the repository on GitHub.
- Clone your forked repository to your local machine.
- Create a new branch for your feature or bug fix.
- Make your changes in your feature branch.
- Add or update tests as necessary.
- Ensure all tests pass by running
npm test
. - Update documentation if you're introducing new features or changing existing functionality.
- Push your changes to your fork on GitHub.
- Submit a pull request to the main Selendrakit repository.
- Describe your changes in detail in the pull request description.
- Follow the existing code style in the project.
- Use meaningful variable and function names.
- Comment your code where necessary.
If you find a bug or have a suggestion for improvement:
- Check if the issue already exists in the GitHub issue tracker.
- If not, create a new issue, providing as much relevant information as possible.
If you have any questions about contributing, feel free to ask in the GitHub issues.
Thank you for contributing to Selendrakit!