From 14fb8597db9a44b5577ef6c4520a1fec3ca9bcab Mon Sep 17 00:00:00 2001 From: Shlomo Zalman Heigh Date: Mon, 4 Dec 2023 15:43:05 -0500 Subject: [PATCH] Add CONTRIBUTING.md file (#2925) Signed-off-by: Shlomo Heigh --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..f78f1ce27 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +# Contributing + +See the [Developer guide](docs/contributing/devguide.md) for information +about setting up your development environment, and the +[Contributing Process](docs/contributing/process.md) document +for details about the workflow.