Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

43 lines (30 loc) · 1.31 KB

Contributing to EasilyAI

First off, thank you for considering contributing to EasilyAI! It's people like you that make this project truly great.

How Can I Contribute?

What To Do

You can find a list of items that need help here.

Reporting Bugs

If you find a bug, please report it by opening an issue. Please include:

  • A clear and descriptive title.
  • A detailed description of the steps to reproduce the issue.
  • Any relevant code snippets or error messages.

Suggesting Enhancements

If you have ideas for new features or improvements, please share them by opening an issue. Please include:

  • A clear and descriptive title.
  • A detailed description of your suggestion.
  • Any relevant examples or mockups.

Submitting Pull Requests

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeatureName).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature/YourFeatureName).
  6. Open a pull request.

Code Style

  • Follow PEP 8 coding standards.
  • Write clear, concise comments and documentation.
  • Ensure your code passes all tests before submitting.

Running Tests

To run tests, use the following command:

python -m unittest discover tests