-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
🌟 Good First Issue
Description
Implement a feature to save logs in alert utility for process monitor.
Background
Write a function to do IO in a file
What You'll Learn
- File IO
- std::IO
- Process monitoring and better project workflow knowledge
Acceptance Criteria
- Should do IO
- Clear documentation
- Unit tests
- Updated Documentation (if needed)
Getting Started
- Fork the repository
- Create a new branch:
git checkout -b fix/issue-name - Look at [specific file/directory] to understand the current implementation
- Make your changes
- Test your changes with [specific command]
- Submit a pull request
Files to Modify
src/core/process_mon.rs
Helpful Resources
Expected Time Commitment
⏱️ Estimated: 1-2 Days *
Need Help?
- Ask questions in [Discussions]
- Tag @maintainer-username for guidance
Labels: good first issue, help wanted, documentation/bug/feature (choose appropriate type)
Difficulty: 🟢 Beginner
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers