diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..4aa255c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# License + +This project is licensed under the terms of Apache License, Version 2.0. + +# Sign your patch + +Every commit must have signed off line `Signed-off-by: REAL NAME `. + +# Pull Request + +Pull requests for container2wasm can be submitted to https://github.com/ktock/container2wasm/pulls +[Committer](./MAINTAINERS) can approve and merge pull requests. diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..1e04084 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,5 @@ +# maintainers +# +# COMMITTERS +# GitHub ID, Name, Email address +"ktock","Kohei Tokunaga","ktokunaga.mail@gmail.com"