Thank you for considering contributing to Learning Prometheus! 🚀
Your contributions are highly appreciated and help make this project better for everyone.
Click the Fork button on the top-right corner of this repository to create your own copy.
Open your terminal and run:
git clone https://github.com/your-username/Learning-Prometheus.gitReplace your-username with your GitHub username.
cd Learning-PrometheusBefore making changes, create a new branch:
git checkout -b feature-branchReplace feature-branch with a relevant branch name.
Modify the code, update documentation, or add new Prometheus configurations.
Follow best practices for writing meaningful commit messages:
git commit -m "✨ Added PromQL query examples for better monitoring"- Use present-tense verbs (e.g., "Add" instead of "Added")
- Keep commit messages concise yet descriptive
git push origin feature-branch- Navigate to the original repository (NotHarshhaa/Learning-Prometheus).
- Click on New Pull Request.
- Select your forked repository and the branch you worked on.
- Write a clear PR description explaining your changes.
- Submit the PR for review. 🎉
✔️ Follow proper code formatting and best practices.
✔️ Add meaningful commit messages.
✔️ Write detailed PR descriptions explaining the changes.
✔️ Ensure new contributions are well-documented.
✔️ Test your code before submitting a PR.
✔️ For documentation updates, maintain proper formatting and clarity.
If you find a bug, have a feature request, or want to suggest an improvement:
- Check existing issues to avoid duplicates.
- Open a new issue with:
- A descriptive title
- Steps to reproduce the bug
- Expected vs. actual behavior
- Any screenshots or logs (if applicable)
👥 Join our discussion and ask questions in our Telegram community:
📢 Join Telegram
💡 Follow me on GitHub for more DevOps content:
⭐ GitHub Profile
This project is maintained by Harshhaa.
Thank you for being part of the DevOps & Prometheus community! 💙