Thank you for your interest in contributing to LogPulse! We welcome contributions from the community.
- Fork the repository on GitHub.
- Clone your fork locally:
git clone https://github.com/Open-Kenpath/LogPulse.git cd LogPulse - Create a branch for your feature or fix:
git checkout -b feature/amazing-feature
- Make your changes. Please ensure you run tests locally:
node test/local-test.js
- Commit your changes:
git commit -m "feat: Add amazing feature" - Push to your fork:
git push origin feature/amazing-feature
- Submit a Pull Request.
- Code Style: Please follow standard Node.js conventions.
- Testing: Add or update tests in
test/relative to your changes. - Documentation: If you change behavior, please update
README.md.
If you find a bug or have a feature request, please open an issue in the repository.