From 1fd27b1980b5010ab0f67a981a221bd246385f7d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 20 Feb 2022 20:00:25 +0100 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..908ab7661 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +# Contribution Guidelines + +## Requirements to get Pull Requests accepted + +* Passes the build (Including Hadolint, shellcheck, markdownlint and others...) +* Add your changes the the `CHANGELOG.md` and increase the addon version.