Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 648 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 648 Bytes

Contributing to System.Data.SQLite

Prerequisites

Guidelines

  • All new code must have complete unit tests.
  • All public classes, methods, interfaces, enums, etc. must have correct XML documentation comments.
  • Update VersionHistory with a human-readable description of the change.

How to Build

  • git clone https://github.com/Faithlife/System.Data.SQLite.git
  • cd System.Data.SQLite
  • dotnet test