Thank you for your interest in contributing! ❤️
- Fork the repository
- Create a new branch:
git checkout -b feature/my-feature
- Commit your changes:
git commit -m "Add my feature" - Push to your fork:
git push origin feature/my-feature
- Open a Pull Request
- Keep code clean and readable
- Follow existing project structure
- Test your changes before submitting
- Write clear commit messages
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 🚀