-
Notifications
You must be signed in to change notification settings - Fork 4
Added Getting Started, Basic Concepts, How to Write Policies #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Getting Started, Basic Concepts, How to Write Policies #3
Conversation
Oh, there is one more thing, can you make sure all commits are following the conventional commits standard? This one should be hopefully to apply. Thanks! |
@goldmann thanks for the great feedback! I tried to address all of the reviews and also did another proof-read to fix some more typos I found |
Which means to just add the I'll later add an action to validate/enforce it as part of the PR checks. |
65d0a7e
to
ebf8229
Compare
@goldmann I just did an interactive rebase and added docs: prefixes to all commits, I hope it all looks okay |
I added the Getting Started section for our project as well as the basic concepts around policies, and how to actually structure them in Rego. Also there are some other sections added to fill in later such as the Project Goals and Unit Testing