We welcome contributions to BlueOak Server. Follow this guide for reporting bugs or making code changes.
Bugs can be handled by submitting pull requests or opening issues in our GitHub Repository.
- 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.
Always follow the code of conduct.