From 297303606a826c674e6ba4528a3e092b1af7c7fe Mon Sep 17 00:00:00 2001 From: Siim Liiser Date: Tue, 12 Dec 2023 12:59:05 +0200 Subject: [PATCH] Add a contributing file Our open source policy dictates that every public repository should have a contributing file. Add the default one here. SEC-2232 --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..3169d20 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +# Contributing to logstash_logger_formatter + +We currently do not accept any contributions from external sources. + +The code is still open source and if you wish to add any changes, feel free to fork it and add changes to your fork. + +Issues for any security-related bugs found are still welcome, but we offer no guarantees on whether or when they will be acted upon. + +For any exceptional cases, please contact us at open-source@glia.com.