Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 649 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 649 Bytes

Contributing to BlueOak Server

We welcome contributions to BlueOak Server. Follow this guide for reporting bugs or making code changes.

Bugs

Bugs can be handled by submitting pull requests or opening issues in our GitHub Repository.

Pull Requests

  • Pull requests must follow style guidelines. Run npm run lint to validate style.
  • Ensure tests pass, both unit tests (npm test) and functional tests (npm run test-integration).
  • Add new tests as necessary.
  • Pull requests should be made to the master branch.

Code of Conduct

Always follow the code of conduct.