Skip to content

Commit

Permalink
Merge pull request #32 from DarikshaAnsari/patch-policy
Browse files Browse the repository at this point in the history
Added reference documentation policy
  • Loading branch information
lukpueh authored Jun 18, 2024
2 parents b0f3f0d + e7a7a34 commit 69d51d1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,10 @@ The specifics of development practices for a sub-project or implementation are
detailed in their repositories. For implementations, this includes information
such as the name of the development branch and any additional checks pertaining
to that project. For ITEs, the process of submitting a new proposal is described
in ITE-1.
in ITE-1.

## Reference Documentation Policy

For any new implementation, reference documentation should be included in its repository on GitHub, following documentation best practices specific to the implementation language.

To ensure comprehensive documentation, refer to the [Python Reference Implementation's reference docs](http://in-toto.readthedocs.io) as a guideline.

0 comments on commit 69d51d1

Please sign in to comment.