Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 2.28 KB

CONTRIBUTING.md

File metadata and controls

44 lines (27 loc) · 2.28 KB

Contributing to the DALL·E 2 Collab Action

Thank you for your interest in contributing to the Collab.Land + DALL·E 2 Collab Action! We welcome all contributions, including bug reports, feature requests, and code contributions.

Before you begin, please review the following guidelines to ensure that your contributions are in line with our goals for the project.

Code of Conduct

We expect all contributors to follow our Code of Conduct, which can be found in the CODE_OF_CONDUCT.md file.

How to Contribute

Here are the steps to follow to contribute to the DALL·E 2 Collab Action:

  • Fork the repository to your own account.
  • Create a new branch for your changes.
  • Make your changes and commit them to your branch. Be sure to write descriptive commit messages that explain what you changed.
  • Push your changes to your forked repository.
  • Submit a pull request to the main repository.
  • We will review your pull request and provide feedback. If we request changes, please make the changes and push them to your forked repository before submitting the pull request again.

Bug Reports

If you encounter a bug in the Collab.Land + DALL·E 2 Collab Action, please open an issue in the Issues tab of the repository. Please provide as much detail as possible about the issue, including steps to reproduce it and any error messages you received.

Feature Requests

If you have an idea for a new feature or improvement to the Collab.Land + DALL·E 2 Collab Action, please open an issue in the Issues tab of the repository. Please describe the feature in detail and explain why it would be valuable.

Code Contributions

Please follow these guidelines:

  • Write clean, well-documented code that follows the project's coding standards.
  • Include tests for any new code you write.
  • Ensure that your code passes all existing tests.
  • Avoid breaking changes that could cause compatibility issues for existing users.
  • Once you submit a pull request, we will review your code and provide feedback. Please be prepared to make changes based on our feedback before your code is merged into the main repository.

License

By contributing to the DALL·E 2 Collab Action, you agree to license your contributions under the terms of the MIT License. See the LICENSE.md file for details.

Thank you for your contributions!