diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json new file mode 100644 index 000000000..2a266f81f --- /dev/null +++ b/.github/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + ".": "3.7.0" +} diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..f8a5d9c9e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,16 @@ +# Fluent Operator Code Owners +# ---------------------- +# The following file list the code owners or responsibles for code +# review on different components or extensions of Fluent Bit, applicable for +# any original code author (not only maintainers). +# +# NOTE: if you are a original code author and you are not listed here, please +# open a PR with the proper modification :) + +# CI +# ------------------------------------ +/.github/ @joshuabaird @benjaminhuo @cw-Guo @marcofranssen @wanjunlei + +# CODEOWNERS +# ------------------------------------ +.github/CODEOWNERS @joshuabaird @benjaminhuo @cw-Guo @marcofranssen @wanjunlei diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 30d38db80..3d144c48f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,8 @@ + +