Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.03 KB

File metadata and controls

39 lines (32 loc) · 1.03 KB

Contributing to LogPulse

Thank you for your interest in contributing to LogPulse! We welcome contributions from the community.

How to Contribute

  1. Fork the repository on GitHub.
  2. Clone your fork locally:
    git clone https://github.com/Open-Kenpath/LogPulse.git
    cd LogPulse
  3. Create a branch for your feature or fix:
    git checkout -b feature/amazing-feature
  4. Make your changes. Please ensure you run tests locally:
    node test/local-test.js
  5. Commit your changes:
    git commit -m "feat: Add amazing feature"
  6. Push to your fork:
    git push origin feature/amazing-feature
  7. Submit a Pull Request.

Guidelines

  • 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.

Issues

If you find a bug or have a feature request, please open an issue in the repository.