Skip to content

Commit

Permalink
Adding LICENSE clarification to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMcCormickJr committed Dec 2, 2024
1 parent 3c966f0 commit 5013755
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 5013755

Please sign in to comment.