Add some docs to note we require bug/feature labels on PRs
so we can work out what needs to be a stable backport or not.
Also add a brief doc on how to cherry pick and base/push to
a stable branch PR.
Fixes: #63
Signed-off-by: Graham Whaley <graham.whaley@intel.com>
Updates the README to reflect September 2018
election and adjusts verbage to reflect that we have
had our first election (vs "There will be an election
in September 2018).
Signed-off-by: Anne Bertucio <anne@openstack.org>
Adds the text file of Kata-Containers Arch Committee Candidacy
for Arm, which is required by the election process
Signed-off-by: kaly xin <kaly.xin@arm.com>
Adds a folder for the September 2018 Architecture Committee
election and a README.md for election dates and times.
Signed-off-by: Anne Bertucio <anne@openstack.org>
We need to encourage developers to run the static checks and
test suites locally before submitting PRs, or their PRs will
just bounce on the first go. We also need to document how to
run the checks, and any other caveats.
Fixes: #45
Signed-off-by: Graham Whaley <graham.whaley@intel.com>
Move the contact details to the top-level README in
a new "Join Us" section.
This PR is based on (and replaces)
https://github.com/kata-containers/community/pull/23.
Fixes#51.
Contributions-from: Josh Berkus <jberkus@redhat.com>
Contributions-from: Kristi Rifenbark <kristix.rifenbark@intel.com>
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
The CONTRIBUTING doc contained an extraneous command in the
"Re-vendor PRs" section which makes the command invalid.
Fixes#49.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
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>