Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 2.42 KB

CONTRIBUTING.md

File metadata and controls

62 lines (42 loc) · 2.42 KB

Contributing

LiveOak Bank welcomes your interest in contributing to this project in any way you find meaningful, be it through code contributions, documentation, or bug reporting. We greatly value and appreciate your involvement.

Merge requests should be opened to merge into the main branch.

GitHub Labels

  • Use patch, minor, or major to indicate the semantic version for a change. If unsure, a project maintainer will set it.
  • Use feature or enhancement for added features.
  • Use fix, bugfix or bug for fixed bugs.
  • Use chore, ci, and docs for maintenance tasks.

Tests

Test Tools

This project uses a few tools for validating code quality and functionality:

Refer to the Makefile for helpful development tasks.

Test Data

Sample test data is also available in the tests/testdata package. This test data is used in the local tests and is intended for use externally.

Unit Tests

Unit tests are maintained alongside the source under readme and uses the gock package for mocking HTTP.

Mocks

Mocks are generated under tests/mocks for the interfaces using mockery via the make mocks command.

This mocks package is intended for use in external package tests and provides a pre-configured mock client and "real" mocked client that can be used.

Releases

This project uses the Release Drafter action for managing releases and tags.

The Changelog Updater action updates the CHANGELOG.md file when releases are published.

Project maintainers can publish a new release by editing the queued draft release, making adjustments to the release notes, and publishing.