From a7f6be8f3f5b17188d907a1dc266dcf9b5a33f3d Mon Sep 17 00:00:00 2001 From: jokob-sk <96159884+jokob-sk@users.noreply.github.com> Date: Sat, 17 Dec 2022 15:15:00 +1100 Subject: [PATCH] Create CONTRIBUTING --- CONTRIBUTING | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CONTRIBUTING diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 00000000..6dee1008 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,8 @@ +# Contributing to this project + +The issue tracker is the preferred channel for [bug reports](#bugs), [features requests](#features) and [submitting pull requests](#pull-requests) + +Before submitting a new issue please spend a couple of minutes on research: + +* Check [🛑 Common issues](https://github.com/jokob-sk/Pi.Alert/tree/main/dockerfiles#-common-issues) +* Check [💡 Closed issues](https://github.com/jokob-sk/Pi.Alert/issues?q=is%3Aissue+is%3Aclosed) if a similar issue was solved in the past.