Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 735 Bytes

File metadata and controls

41 lines (30 loc) · 735 Bytes

Contributing to Prometheus

Thank you for your interest in contributing! ❤️

How to Contribute

  1. Fork the repository
  2. Create a new branch:
    git checkout -b feature/my-feature
  3. Commit your changes:
    git commit -m "Add my feature"
  4. Push to your fork:
    git push origin feature/my-feature
  5. Open a Pull Request

Guidelines

  • Keep code clean and readable
  • Follow existing project structure
  • Test your changes before submitting
  • Write clear commit messages

Reporting Issues

If you find a bug or have a feature request:

  • Open a GitHub Issue
  • Provide clear steps to reproduce (if applicable)

Thanks for helping improve Prometheus 🚀