-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <email@example.com>`. | ||
|
||
# Pull Request | ||
|
||
Pull requests for container2wasm can be submitted to https://github.com/ktock/container2wasm/pulls | ||
[Committer](./MAINTAINERS) can approve and merge pull requests. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# maintainers | ||
# | ||
# COMMITTERS | ||
# GitHub ID, Name, Email address | ||
"ktock","Kohei Tokunaga","ktokunaga.mail@gmail.com" |