Merge pull request #4 from jodh-intel/bootstrap-repo

Bootstrap repo
This commit is contained in:
James O. D. Hunt 2018-02-07 17:10:16 +00:00 committed by GitHub
commit 32d86f1863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 47 additions and 0 deletions

43
.pullapprove.yml Normal file
View File

@ -0,0 +1,43 @@
version: 2
requirements:
signed_off_by:
required: true
# Disallow approval of PRs still under development
always_pending:
title_regex: '(WIP|RFC)'
labels:
- do-not-merge
- wip
- rfc
explanation: 'Work in progress - do not merge'
group_defaults:
approve_by_comment:
enabled: true
approve_regex: '^(LGTM|lgtm|Approved|\+1|:\+1:)'
reject_regex: '^(Rejected|-1|:-1:)'
reset_on_push:
enabled: false
reset_on_reopened:
enabled: false
author_approval:
ignored: true
groups:
approvers:
required: 2
teams:
- packaging
documentation:
required: 1
teams:
- documentation
conditions:
files:
include:
- "*.md"
exclude:
- "vendor/*"

3
CODE_OF_CONDUCT.md Normal file
View File

@ -0,0 +1,3 @@
## Kata Containers CI Code of Conduct
Kata Containers follows the [OpenStack Foundation Code of Conduct](https://www.openstack.org/legal/community-code-of-conduct/).

1
CONTRIBUTING.md Normal file
View File

@ -0,0 +1 @@
For details on how to contribute to the Kata Containers project, please see the main [contributing document](https://github.com/kata-containers/community/blob/master/CONTRIBUTING.md).