Basic add-on repo layout

This commit is contained in:
Franck Nijhof 2019-02-28 21:57:33 +01:00
parent 2fd278379f
commit e6c5686328
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
22 changed files with 631 additions and 0 deletions

4
.github/CODEOWNERS vendored Normal file
View file

@ -0,0 +1,4 @@
# Require maintainer's :+1: for changes to the .github/ repo-config files
# mainly due to https://github.com/probot/settings privilege escalation
.github/* @frenck
.gitlab-ci.yml @frenck