pm2-slack-alerts
Version:
A PM2 module that sends formatted Slack notifications for process events with support for clustering, mentions, metrics, and per-app config.
22 lines (15 loc) • 681 B
Markdown
# Contributing to pm2-slack-alerts
Thanks for your interest in contributing! Please follow these steps:
## 🚀 Getting Started
1. Fork this repository
2. Create a new branch (`git checkout -b feature/my-feature`)
3. Commit your changes (`git commit -m "feat: add new feature"`)
4. Push to your fork (`git push origin feature/my-feature`)
5. Open a pull request
## 📦 Guidelines
- Use conventional commit messages (e.g. `feat:`, `fix:`, `chore:`)
- Keep pull requests focused and minimal
- Update README or tests if your change affects usage
- If unsure, open an issue first and let's discuss
## 💬 Communication
For questions or suggestions, feel free to open an issue.