Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.74 KB

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) · 1.74 KB

Contributing to the LaunchDarkly OpenFeature provider for the Server-Side SDK for Python

LaunchDarkly has published an SDK contributor's guide that provides a detailed explanation of how our SDKs work. See below for additional information on how to contribute to this SDK.

Submitting bug reports and feature requests

The LaunchDarkly SDK team monitors the issue tracker in the provider repository. Bug reports and feature requests specific to this provider should be filed in this issue tracker. The SDK team will respond to all newly filed issues within two business days.

Submitting pull requests

We encourage pull requests and other contributions from the community. Before submitting pull requests, ensure that all temporary or unintended code is removed. Don't worry about adding reviewers to the pull request; the LaunchDarkly SDK team will add themselves. The SDK team will acknowledge all pull requests within two business days.

Prerequisites

This project is built using poetry. To learn more about the basics of working with this tool, read Poetry's basic usage guide.

To begin development, active the poetry shell and ensure your dependencies are installed.

poetry shell
poetry install

Build instructions

This project makes use of make as a way of automating common steps. Run make help to see a list of valid targets. For example,

$ make
Usage: make [target] ...

Targets:
help   Show this help message
test   Run unit tests
lint   Run type analysis and linting checks
docs   Generate sphinx-based documentation