From 54dec6aa89db33c4a08ff5c5fce008e1947c3346 Mon Sep 17 00:00:00 2001 From: Ivan Date: Fri, 18 Apr 2025 22:53:42 -0500 Subject: [PATCH] add --- CONTRIBUTING.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..7a896d6 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,21 @@ +# Contributing + +Be good to each other. + +## Development + +By contributing to this project you agree to the following: + +- All code must be tested using `gosec`. +- All code must be formatted with `gofmt`. +- All code must be documented. + +## Communication + +Feel free to join our seperate matrix channel for this implementation. + +- [Matrix](https://matrix.to/#/#reticulum-go-dev:matrix.org) + +## Usage of LLMs and other Generative AI tools + +We would prefer if you did not use LLMs and other generative AI tools to write critical parts of the code. \ No newline at end of file