From 194c7f78ef0b8adde9cf9c41bae7a520f3df0140 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Sun, 28 Aug 2022 13:18:55 -0400 Subject: [PATCH] docs: add a `CONTRIBUTING.md` that references the dev docs - `CONTRIBUTING.md` is a standard OSS convention - and GitHub recognizes when a `CONTRIBUTING.md` exists too and will add some buttons / prompts here and there - I looked for it initially when I started contributing and didn't see it, which was a bit confusing until I found `docs/developer.md` - just point to `docs/developer.md` as that describes things already - this just serves so people can find the dev docs more easily --- 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 0000000..452ace4 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contributing + +See [docs/developer.md](./docs/developer.md)