From 52fce40ebae785c7f2eefdb78c4122a591b6f59e Mon Sep 17 00:00:00 2001 From: Anton Petnitsky <168552591+Mukller@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:36:11 +0300 Subject: [PATCH] docs: add Contributing & Code of Conduct section to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 393e8e5c..a805ae16 100644 --- a/README.md +++ b/README.md @@ -89,3 +89,15 @@ See [Publishing data](https://docs.datasette.io/en/stable/publish.html) in the d ## Datasette Lite [Datasette Lite](https://lite.datasette.io/) is Datasette packaged using WebAssembly so that it runs entirely in your browser, no Python web application server required. Read more about that in the [Datasette Lite documentation](https://github.com/simonw/datasette-lite/blob/main/README.md). + + +## Contributing + +We welcome contributions of all kinds! Please read [CONTRIBUTING.md](CONTRIBUTING.md) +for guidelines on how to report bugs, suggest features, and submit pull requests. + +By participating in this project, you agree to follow our +[Code of Conduct](CODE_OF_CONDUCT.md). + +--- +*Documentation contributed by [Mukller](https://github.com/Mukller)*