From 99a9aef4a3cd10e30c3055362b9c8a1a042da509 Mon Sep 17 00:00:00 2001 From: WalkxCode Date: Thu, 12 May 2022 13:50:14 +0200 Subject: [PATCH] feat: Add Contribution guide --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 671b1c846..d7cc2f27f 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,6 @@ _Requirements_: - python http.server: `python -m http.server 7474 --directory out` # 💖 Contributing +You can contribute by [Submitting Bugs](https://github.com/ajnart/homarr/issues/new), [Requesting Features](https://github.com/ajnart/homarr/issues/new), or [Making a pull request](https://github.com/ajnart/homarr/compare)! + +All contributions are highly appreciated.