From aa23709fb2cbd5645fa4c4d241decc88a1e4ec56 Mon Sep 17 00:00:00 2001 From: Nick Gheorghita Date: Wed, 13 May 2020 11:26:45 -0500 Subject: [PATCH] Add best practices to v3 spec --- docs/source/v3-package-spec.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/source/v3-package-spec.rst b/docs/source/v3-package-spec.rst index d9a9192..3970f2e 100644 --- a/docs/source/v3-package-spec.rst +++ b/docs/source/v3-package-spec.rst @@ -74,6 +74,16 @@ following serialization rules. ---- +Best Practices +-------------- + +The EthPM specification is designed to be as flexible as possible, adapting to many +different use cases. As a result, it places few restrictions on what fields are required +in a single package. However, it is recommended that package authors include all available +contract assets in a package to make it as useful as possible. + +---- + Document Specification ----------------------