Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 476 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (18 loc) · 476 Bytes

Contributing to DevStudio

Guidelines

  1. Fork the repository.
  2. Create a new branch for your feature or fix:
    git checkout -b feature-name
  3. Test your changes thoroughly.
  4. Submit a pull request with a clear description of your changes.

Coding Standards

  • Follow PEP 8 for Python code.
  • Ensure all files are properly formatted and linted.

Testing

Run the test suite to ensure compatibility:

pytest

Thank you for contributing!