Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 2.08 KB

CONTRIBUTING.md

File metadata and controls

54 lines (36 loc) · 2.08 KB

Contributing to AIPG Image Generation Discord Bot

We welcome contributions to the AI Image Generation Discord Bot! Whether you're fixing bugs, improving documentation, or proposing new features, your input is valuable. Here's how you can contribute:

Getting Started

  1. Fork the repository on GitHub
  2. Clone your fork locally
  3. Create a new branch for your contribution
  4. Make your changes
  5. Push your changes to your fork
  6. Submit a pull request

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, this includes 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. Your Pull Request will be reviewed by the maintainers, who may request changes or provide feedback.

Code Style

  • Follow PEP 8 guidelines for Python code
  • Use 4 spaces for indentation
  • Run pylint before submitting your code to ensure style consistency

Reporting Bugs

Report bugs by opening a new issue in the GitHub issue tracker. When reporting a bug, please include:

  • A clear, descriptive title
  • A detailed description of the issue
  • Steps to reproduce the problem
  • Expected behavior
  • Actual behavior
  • Any relevant logs or error messages

Suggesting Enhancements

We welcome suggestions for enhancements. Please open an issue in the GitHub issue tracker with the tag "enhancement" and provide:

  • A clear, descriptive title
  • A detailed description of the proposed feature
  • Any relevant examples or mock-ups

License

By contributing to this project, you agree that your contributions will be licensed under the project's MIT License.

Questions?

If you have any questions about contributing, please open an issue or contact the project maintainers.

Thank you for your interest in improving the AI Image Generation Discord Bot!