From 7fb04f134b93f0e98fa3475cef61e400d1d59f56 Mon Sep 17 00:00:00 2001 From: RaphProductions <81994075+RaphProductions@users.noreply.github.com> Date: Sun, 11 May 2025 18:43:28 +0200 Subject: [PATCH] repo: Added contributing guidelines. --- 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..e6ff9ee --- /dev/null +++ b/CONTRIBUTING.MD @@ -0,0 +1,5 @@ +# Contribute to Soaplin! +Do you want to improve Soaplin? You can by contributing to the project! + +## Contributing guidelines +* Before making a commit, please run `make format`. This will run clang-format over all the C source files in kernel/src.