From 12f81dec5ab091fb01a9229b3fd82b33c7c3ed95 Mon Sep 17 00:00:00 2001 From: Anton Gilgur <4970083+agilgur5@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:55:50 -0400 Subject: [PATCH] docs: add `CONTRIBUTING.md` copy at repo root (#14889) * docs: add `CONTRIBUTING.md` symlink at repo root - having a `CONTRIBUTING.md` at the root of the repo is a common convention - I looked at the root initially, didn't find it, then checked `docs/` and saw one there and then went to the website - but potential contributors may not realize this, so a symlink should help with discoverability Signed-off-by: Anton Gilgur * change to cp instead of symlink per review Signed-off-by: Anton Gilgur --------- Signed-off-by: Anton Gilgur --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..0cef196dca --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +Please refer to [the Contribution Guide](https://argo-cd.readthedocs.io/en/latest/developer-guide/code-contributions/)