From dfc74a8994701b91459df3ac6e42ba72c8a633b2 Mon Sep 17 00:00:00 2001 From: Matt Oestreich <21092343+oze4@users.noreply.github.com> Date: Sat, 26 Jun 2021 15:16:37 -0500 Subject: [PATCH] skip:build update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e1feba1a..38023b0e 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,13 @@ 💾 [Installation](https://material-table-core.com/docs/#installation) 🎉 [Usage](https://material-table-core.com/docs/#basic-usage) ✅ [Why does this repo exist?](https://material-table-core.com/docs/about) 🚧 [Documentation](https://material-table-core.com/docs) ⚙️ [Demos](https://material-table-core.com/demos) + +# Contributing + +Thanks for taking interest in contributing! :rocket: In being a community based repository, we wouldn't be here without you! + +**Urgent items include**: + +- Get rid of [`data-manager.js`](https://github.com/material-table-core/core/blob/master/src/utils/data-manager.js) (which is a homegrown global state manager of sorts) and integrate [React context](https://github.com/material-table-core/core/tree/context) +- Documentation over at [`material-table-core/website`](https://github.com/material-table-core/website) +- Implementing tests via Jest