From df95ab452c88f7ae4c307da52962703121eab382 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sat, 16 May 2026 10:09:32 +0200 Subject: [PATCH] Add Contributing.md to be used in all repos Signed-off-by: yubiuser --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..1ea98df --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# Contributors Guide + +Please read and understand the contribution guide before creating an issue or pull request. + +The guide can be found here: [https://docs.pi-hole.net/guides/github/contributing/](https://docs.pi-hole.net/guides/github/contributing/)