Add a section to the contributing guide explaining how we handle PRs
that are valuable but where the creator is either unable to progress
them, or is absent.
Fixes#43.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Changes the Architecture Committee elections from June 2018 to
September 2018 for 3 seats, and from December 2018 to
February 2019 for the remaining 2 seats.
Fixes#35.
Signed-off-by: Anne Bertucio <anne@openstack.org>
Overhauled the "Patch format" section in the contributing guide:
- Split the section into subsections.
- Simplified the general format example.
- Added a table of example subsystems.
- Explained that only the main change on a PR needs a "Fixes #XXX" comment.
- Added an example of a supplementary change.
Fixes#28.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
The Kata project doesn't use `OWNERS` files so rework the "Project
Maintainers" section of the contribution guide to explain who the
Approvers are and how the approval process works.
Fixes#30.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Creates a folder for drafts of weekly status reports for community
editing and provides a sample template for weekly reports.
Signed-off-by: Anne Bertucio <anne@openstack.org>
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>