English |
ខ្មែរ |
Japanese |
Thank you to all our contributors, users, and supporters for making this project thrive.
🚀 Stay tuned for more updates, features, and improvements.
Thank you for your interest in contributing to CheckCle — the ultimate open-source platform for real-time full-stack monitoring. Whether you're here to report bugs, suggest features, improve documentation, or submit code, your contribution matters!
We welcome all kinds of contributions, big or small. This guide will help you get started.
- Code of Conduct
- Ways to Contribute
- Development Setup
- Pull Request Process
- Reporting Bugs & Issues
- Feature Requests
- Community & Support
- License
We follow a Code of Conduct to foster an open and welcoming community. By participating, you agree to uphold these standards.
Here are some ways you can help improve CheckCle:
- 🐞 Report Bugs – Found a glitch? Let us know by opening a GitHub Issue.
- 🌟 Suggest Features – Have an idea? Start a Discussion or open a Feature Request issue.
- 🛠 Submit Pull Requests – Improve the code, fix bugs, add features, or enhance the docs.
- 📝 Improve Documentation – Even a typo fix helps!
- 🌍 Spread the Word – Star ⭐ the repo, share it on socials, and invite others to contribute!
Before contributing code, set up the project locally:
Click "Fork" on GitHub to create your own copy.
git clone https://github.com/yourusername/checkcle.git
cd checkcleFollow the instructions in the README or project docs to install required packages and run the local development server.
#Web Application
cd application/
npm install && npm run dev
#Server Backend
cd server
./pocketbase serve --dir pb_data
If you're not using localhost, please run with this (./pocketbase serve --http=0.0.0.0:8090 --dir pb_data)#Server Backend
Start Service Operation (Check Service for PING, HTTP, TCP, DNS)
cd server/service-operation
go run main.go (you do not need to change the .env while it's the localhost connection)#### 1. Fork the Repository
Click "Fork" on [GitHub](https://github.com/operacle/Distributed-Regional-Monitoring) to create your own copy.
#### 2. Clone Your Fork
git clone https://github.com/yourusername/Distributed-Regional-Monitoring.git
cd Distributed-Regional-Monitoring
#### 3. Install Go Service (make sure you have installed the Go Service)
Copy .env.example -> .env
Change regional agent configuration in .env file
and Run: go run main.go
- Ensure your code follows the existing style and naming conventions.
- Write clear, concise commit messages.
- Push your branch and open a Pull Request (PR) on the
developbranch. - Provide a meaningful PR description (what/why/how).
- Link related issues if applicable (e.g.
Closes #12). - Make sure all checks pass (e.g., linting, tests).
We’ll review your PR, request changes if needed, and merge it once ready!
Please include as much information as possible:
- A clear, descriptive title
- Steps to reproduce
- Expected vs actual behavior
- Environment info (OS, browser, device, etc.)
- Screenshots or logs if applicable
Use the Issue Tracker to report.
We’d love to hear your ideas! Open a Discussion or Feature Request issue. Make sure it’s not already listed in the Roadmap.
Need help? Want to connect?
- 💬 Join our Discord
- 🗣 Start or join a GitHub Discussion
- 🐦 Follow us on X (Twitter)
By contributing, you agree that your contributions will be licensed under the MIT License.
We’re excited to build CheckCle together — a powerful monitoring platform for the community, by the community. Your support means the world! 💙