From 4712cf8af5a6db89928897af59e6ea4a849e79b3 Mon Sep 17 00:00:00 2001 From: tannerlinsley Date: Thu, 15 Aug 2019 15:44:47 -0600 Subject: [PATCH] docs: docs --- CONTRIBUTORS.md => CONTRIBUTING.md | 0 README.md | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename CONTRIBUTORS.md => CONTRIBUTING.md (100%) diff --git a/CONTRIBUTORS.md b/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTORS.md rename to CONTRIBUTING.md diff --git a/README.md b/README.md index 4761741..73fb5b8 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ Hooks for building **lightweight, fast and extendable datagrids** for React - [Concepts](./docs/concepts.md) - Read how React Table works and how you can use it better - [Examples](./docs/examples.md) - Experience and learn from some examples and guides of how to use React Table and implement common patterns - [API](./docs/api.md) - Get to know React Table's API, how to use it and how to extend its functionality -- [Contributing](./CONTRIBUTORS.md) - Become familiar with how to contribute back to React Table +- [Contributing](./CONTRIBUTING.md) - Become familiar with how to contribute back to React Table +- [Code of Conduct](./CODE_OF_CONDUCT.md) - Be a good React Table citizen by following these repository rules ## Sponsors