From 9f3e8758ade2407ac21f7ee9705302570c577ce8 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 23 Jul 2024 09:39:34 +0200 Subject: [PATCH] contribution guide --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..b6680505 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Contribution Guide + +## Open ToDos + +[Kanban Board](https://github.com/orgs/utopia-os/projects/2/) + +## Code + +* use named exports + +## Layout + +* use [heroicons](https://heroicons.com/) or alternatively [React Icons](https://react-icons.github.io/react-icons/) +* use [Daisy UI](https://daisyui.com/) with [tailwindcss](https://tailwindcss.com/) +* make use of the Daisy UI [theme colors](https://daisyui.com/docs/colors/) \ No newline at end of file