Dzoukr / Dapper.FSharp

Lightweight F# extension for StackOverflow Dapper with support for MSSQL, MySQL, PostgreSQL, and SQLite
MIT License
374 stars 35 forks source link

Write a "Contribution guide" section in README #32

Closed Dzoukr closed 3 years ago

Dzoukr commented 3 years ago

After great contribution by @JordanMarr (and a tiny fuzz about PR with include / exclude from my side), there should be a section in README with defined contribution procedure like:

Major goal: Avoid future misunderstandings and do not waste anyone's good intended PR.

JordanMarr commented 3 years ago

That is a great idea. I really should have announced that PR before presenting it out of the blue! I will be sure to spend more time vetting everything out up front next time (as I did for the original PR). API changes always have to be very carefully considered since they can be difficult to roll back.