Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 431 Bytes

File metadata and controls

15 lines (12 loc) · 431 Bytes

Contributing to DLBFSA

How to Contribute

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

Code Style

Please follow PEP 8 for Python code style.

Reporting Issues

Use the issue tracker to report bugs or request features.