From 258e87569ae15c9c37db3fd9c5f0f99d1b7cce7d Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Tue, 18 Mar 2025 15:47:38 +0000 Subject: [PATCH] Added instructions --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 56ce976d..aa9253af 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,3 +8,6 @@ If your are considering creating a pull request, please observe the following: - Branches should be based on the branch `master`. There is a project file for VS2022 for C++14, 17, 20, and bash scripts that run the tests for C++11, 14, 17, 20 under Linux with GCC and Clang. + +If you are thinking of adding a new feature then raise this on the GitHub Issues page for disccussion as the maintainers and user of the ETL may have questions or suggestions. +It is possible that the maintainer of the ETL or another contributor is already working on the same or a related feature.