UNPKG

ai-content-wizard

Version:

A powerful AI-powered content generation tool using Groq's API

38 lines (28 loc) 1.42 kB
# Contributing to AI Content Wizard Thank you for considering contributing to AI Content Wizard! We welcome all contributions, whether it's bug reports, feature requests, documentation improvements, or code contributions. ## How to Contribute 1. **Fork the repository** and create your branch from `main`. 2. **Install dependencies**: ```bash npm install ``` 3. **Make your changes** following the code style and guidelines. 4. **Test your changes** to ensure they work as expected. 5. **Commit your changes** with a clear commit message. 6. **Push** to your fork and open a Pull Request. ## Code Style - Use 2 spaces for indentation - Follow the existing code style - Add comments for complex logic - Write clear, concise commit messages ## Reporting Issues When reporting issues, please include: - A clear description of the issue - Steps to reproduce the issue - Expected vs actual behavior - Any relevant error messages ## Pull Request Process 1. Ensure any install or build dependencies are removed before the end of the layer when doing a build. 2. Update the README.md with details of changes to the interface, including new environment variables, exposed ports, useful file locations, and container parameters. 3. Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent. 4. The PR will be reviewed by the maintainers.