Thank you for your interest in contributing to the Dynamic Lorem Ipsum Generator! We welcome contributions in various forms including bug reports, feature requests, documentation improvements, and code contributions. Please take a moment to review these guidelines before getting started.
If you find a bug, please open an issue on GitHub with the following information:
- A clear and descriptive title
- A detailed description of the problem
- Steps to reproduce the issue
- Any relevant logs or screenshots
We are always looking to improve the package. If you have a feature request, please open an issue on GitHub with the following information:
- A clear and descriptive title
- A detailed description of the feature
- Any relevant examples or mockups
If you find any errors or areas that need improvement in our documentation, please submit a pull request with your changes.
- Fork the repository.
- Create a new branch from
main
for your feature or bugfix (git checkout -b feature-branch
). - Write your code, making sure to add tests for your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a pull request against the
main
branch.
Please note that we have a Code of Conduct in place to ensure a welcoming and inclusive community. By participating, you agree to abide by its terms.
Thank you for contributing to Dynamic Lorem Ipsum Generator!