From 09890075f993645b9486dc783ddc8b0d0c994057 Mon Sep 17 00:00:00 2001 From: Oliver Siegmar Date: Sat, 27 Jan 2024 13:21:48 +0100 Subject: [PATCH] refer to the goals --- .github/CONTRIBUTING.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e8b59909..286d4968 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,20 +1,15 @@ -# How to contribute +# How to Contribute -You're considering to contribute work to this project? Sounds great, help is always welcome. +Are you considering contributing to this project? That's great; help is always welcome. -Please keep in mind that the objectives of this project needs to be kept: +Please make sure to read the [goals](../doc/goals.md) of FastCSV before investing your time. -- Very fast -- RFC 4180 compliant -- No third party libraries -- Small footprint +If you're unsure, start a [discussion](https://github.com/osiegmar/FastCSV/discussions) about your idea first. -If unsure, start a [discussion](https://github.com/osiegmar/FastCSV/discussions). - -## Steps to take +## Steps to Take - Fork - Code - Add test(s) - Commit -- Send me a pull request +- Submit a pull request