From 5013755dfd3d8a6f5dad3625103413ffb98b1762 Mon Sep 17 00:00:00 2001 From: "Jonathan A. McCormick, Jr." <67705789+JonathanMcCormickJr@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:51:11 -0600 Subject: [PATCH] Adding LICENSE clarification to CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c3329e..671784d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,10 +24,14 @@ By contributing, you agree to follow the Code of Conduct. ## Development Standards - Follow Test-Driven Development (TDD) principles. - Write clean and maintainable code. - Avoid using unsafe Rust features. - Adhere to our security policies, including implementing encryption as specified in requirements.md. +* Follow Test-Driven Development (TDD) principles. +* Write clean and maintainable code. +* Avoid using unsafe Rust features. +* Adhere to our security policies, including implementing encryption as specified in requirements.md. + +## License + +By contributing to this repository, you agree to have your contributions be licensed under the repository's [LICENSE](./LICENSE) as well. ## Need Help?