From e9e8de9acba66deeb3ae2b5d0a2596266b9b00d7 Mon Sep 17 00:00:00 2001 From: Vijit Singh Date: Thu, 18 Jun 2026 01:16:48 -0500 Subject: [PATCH] docs(contributing): state inbound contributions are MIT-licensed (closes #119) --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5e7df98..38cfb8a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,4 +60,7 @@ RigForge uses a two-branch model (same as [Pithead](https://github.com/p2pool-st Keep PRs focused and the description clear about *what* changed and *why*. Small, reviewable changes get merged faster. +By contributing, you agree that your contributions are licensed under the project's +[MIT License](LICENSE). + Thanks again for contributing! 🔥