NocturnLabs
Contributing

Contributing

Guidelines for contributing to NocturnLabs projects.

Contributing

We welcome contributions to all NocturnLabs projects!

Getting Started

  1. Fork the repository you want to contribute to
  2. Clone your fork locally
  3. Create a feature branch
  4. Make your changes
  5. Submit a pull request

Code Standards

  • Follow the existing code style
  • Write meaningful commit messages
  • Add tests for new functionality
  • Update documentation as needed

Commit Messages

We use Conventional Commits:

feat: add new feature
fix: resolve bug
docs: update documentation
chore: maintenance tasks

Pull Requests

  • Keep PRs focused and small
  • Reference related issues
  • Provide clear descriptions
  • Respond to review feedback