From 071cf0354522bb0a55152a62f6ab4e41c5d1e540 Mon Sep 17 00:00:00 2001 From: lcaggio Date: Thu, 30 Sep 2021 12:32:09 +0200 Subject: [PATCH] Add contributing file. --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..203afd56 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contributing + +We welcome any contributions or feature requests you would like to submit! + +Fork the Project +* Create your Feature Branch (git checkout -b feature/AmazingFeature) +* Commit your Changes (git commit -m 'Add some AmazingFeature') +* Push to the Branch (git push origin feature/AmazingFeature) +* Open a Pull Request + +When implementing your new feature, please follow Fabric [core design principles](./MANIFESTO.md#core-design-principles).