We welcome contributions to solid-markdown-wasm! If you have ideas for improvements, bug fixes, or new features, please feel free to contribute.
Here's a general guideline for contributing:
- Fork the repository on GitHub.
- Create a new branch from the
mainbranch for your changes. - Make your changes and ensure they follow the project's coding style and conventions.
- Write tests for any new functionality or bug fixes. Ensure all tests pass.
- Commit your changes with clear and concise commit messages.
- Push your branch to your forked repository.
- Create a pull request to the
mainbranch of the originalsolid-markdown-wasmrepository.
Please provide a clear description of your changes in the pull request. We will review your contribution as soon as possible.
For significant changes or new features, it's recommended to open an issue first to discuss your ideas with the maintainers. This can help ensure that your work aligns with the project's goals and avoids potential conflicts.
We appreciate your contributions!