Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 1.23 KB

File metadata and controls

36 lines (24 loc) · 1.23 KB

Contributing to Federation Manager

Thank you for considering contributing to the Federation Manager project!
We welcome contributions from the community to help improve and evolve this open-source implementation.

How to Contribute

  1. Fork the repository and create your branch from main.
  2. Write clear, concise code that follows Python best practices.
  3. Include tests if you add new functionality or fix a bug.
  4. Update documentation as needed to reflect your changes.
  5. Submit a pull request with a clear description of your changes.

Code Guidelines

  • Follow PEP8 coding style.
  • Write meaningful commit messages.
  • Keep pull requests focused and small when possible.
  • Document public methods and classes using docstrings.

Reporting Issues

If you find a bug or have a feature request, please open an issue using the Issue Tracker.

When reporting a bug, please include:

  • A clear description of the problem
  • Steps to reproduce the issue
  • Any relevant logs, error messages, or screenshots

Community Standards

We are committed to providing a welcoming and respectful environment for all contributors.


Thank you for helping to build Federation Manager!