From 4931065d3579d25039f3a22da59deabeb5c829c5 Mon Sep 17 00:00:00 2001 From: tzhangchi Date: Sun, 25 Dec 2022 21:52:30 +0800 Subject: [PATCH] docs: add CONTRIBUTING.md --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..3876d1b89b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contributing to AFFiNE + +For information related to contributing to AFFiNE, please check out the [Contributing to AFFiNE](https://docs.affine.pro/affine/developer-docs/contributions) section of the documentation at the AFFiNE site.