The new `dep` now automatically prunes, and has deprecated the
command line prune command.
Update the doc to reflect this. Also add a note that we like to
use the `non-go = true` option for prune as well if we can.
Fixes: #20
Signed-off-by: Graham whaley <graham.whaley@intel.com>
For clarity, list all members of the Architecture Committee and the
Working Committee as lists, with appropriate links.
Fixes#18.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit introduces some new documentation about how to vendor
when using dep tool. All this documentation is gathered in a new
file called VENDORING.md
Fixes#14
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
Require an additional approval from a `documentation` team member for
PRs containing documentation changes.
Fixes#16.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Based on review feedback, updated the Governance section slightly to use
an Oxford Comma before the last list item.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Close reading shows that the Developer section should belong under the
Governance section as the former discusses governance.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Fix up a few typos and format slips.
Add the link for the 'four opens'.
Reword who can vote on committee members from 'anyone who has merged code'
(which would only be maintainers?) to 'anyone who has had code merged'
(which would be all contributors), which I believe is the intent.
Signed-off-by: Graham Whaley <graham.whaley@intel.com>
Add a new "Users" section with pointers off to installation details for
Clear Containers and runV.
Fixes#2.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Added a new "Developers" section and moved the existing "Contributor"
and "Maintainer" sections below it.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>